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 | |
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 12 | SRC_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 Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 14 | " |
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 15 | SRC_URI[sha256sum] = "9e685863025b4feade36d53bbc8e31b43e26498be743dea84c7a84912959410a" |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 16 | |
| 17 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
| 18 | |
| 19 | inherit meson pkgconfig |
| 20 | |
| 21 | DEPENDS += "wayland wayland-native wayland-protocols" |