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 | |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 12 | SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz" |
| 13 | SRC_URI[sha256sum] = "d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4" |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 14 | |
| 15 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
| 16 | |
| 17 | inherit meson pkgconfig |
| 18 | |
| 19 | DEPENDS += "wayland wayland-native wayland-protocols" |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 20 | |
| 21 | PACKAGECONFIG ??= "drm" |
| 22 | PACKAGECONFIG[drm] = "-Ddrm=enabled,-Ddrm=disabled,libdrm" |