blob: 48e1409be85b135f59d30b1d1a9d84c79a4b619f [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001SUMMARY = "Wayland utilities"
2DESCRIPTION = "Wayland-utils contains (for now) \
3wayland-info, a utility for displaying information about the Wayland \
4protocols supported by a Wayland compositor. \
5wayland-info is basically a standalone version of weston-info as found \
6in weston repository. "
7HOMEPAGE = "http://wayland.freedesktop.org"
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=548a66038a77415e1df51118625e832f \
10 "
11
Patrick Williams2390b1b2022-11-03 13:47:49 -050012SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz \
13 file://0001-wayland-info-Fix-build-without-libdrm.patch \
Andrew Geissler6ce62a22020-11-30 19:58:47 -060014 "
Patrick Williams2390b1b2022-11-03 13:47:49 -050015SRC_URI[sha256sum] = "9e685863025b4feade36d53bbc8e31b43e26498be743dea84c7a84912959410a"
Andrew Geissler6ce62a22020-11-30 19:58:47 -060016
17UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
18
19inherit meson pkgconfig
20
21DEPENDS += "wayland wayland-native wayland-protocols"
Andrew Geissler5082cc72023-09-11 08:41:39 -040022
23PACKAGECONFIG ??= "drm"
24PACKAGECONFIG[drm] = "-Ddrm=enabled,-Ddrm=disabled,libdrm"