summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-09 09:31:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-11 10:08:12 +0000
commit21c16589452da36fc234295d19d3e048141d1569 (patch)
tree1fc8dafbb2da64f579f5098338d37d7d0f063b53 /meta/recipes-graphics/wayland
parentfb8b3eeed9946e8991a9c745809e8d1415825ad2 (diff)
downloadpoky-21c16589452da36fc234295d19d3e048141d1569.tar.gz
wayland-utils: introduce a recipe
wayland-utils contains wayland-info utility which deprecates and replaces weston-info from weston. (From OE-Core rev: bb8fa9950e716fdcee818a38dc4df3a19b1f3c2f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/wayland-utils_1.0.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/wayland-utils_1.0.0.bb b/meta/recipes-graphics/wayland/wayland-utils_1.0.0.bb
new file mode 100644
index 0000000000..4c51f7e8c5
--- /dev/null
+++ b/meta/recipes-graphics/wayland/wayland-utils_1.0.0.bb
@@ -0,0 +1,20 @@
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://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
13 "
14SRC_URI[sha256sum] = "64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0"
15
16UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
17
18inherit meson pkgconfig
19
20DEPENDS += "wayland wayland-native wayland-protocols"