summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb b/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
new file mode 100644
index 0000000000..878c7a267e
--- /dev/null
+++ b/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
@@ -0,0 +1,22 @@
1SUMMARY = "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
12SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz"
13SRC_URI[sha256sum] = "d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4"
14
15UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/tags"
16
17inherit meson pkgconfig
18
19DEPENDS += "wayland wayland-native wayland-protocols"
20
21PACKAGECONFIG ??= "drm"
22PACKAGECONFIG[drm] = "-Ddrm=enabled,-Ddrm=disabled,libdrm"