Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 1 | SUMMARY = "Wayland utilities" |
| 2 | DESCRIPTION = "Wayland-utils contains (for now) \ |
| 3 | wayland-info, a utility for displaying information about the Wayland \ |
| 4 | protocols supported by a Wayland compositor. \ |
| 5 | wayland-info is basically a standalone version of weston-info as found \ |
| 6 | in weston repository. " |
| 7 | HOMEPAGE = "http://wayland.freedesktop.org" |
| 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=548a66038a77415e1df51118625e832f \ |
| 10 | " |
| 11 | |
| 12 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ |
| 13 | " |
| 14 | SRC_URI[sha256sum] = "64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0" |
| 15 | |
| 16 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
| 17 | |
| 18 | inherit meson pkgconfig |
| 19 | |
| 20 | DEPENDS += "wayland wayland-native wayland-protocols" |