blob: 878c7a267e61ef375c5ba863cc391daddcf3b9b0 [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001SUMMARY = "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
Andrew Geissler220dafd2023-10-04 10:18:08 -050012SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz"
13SRC_URI[sha256sum] = "d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4"
Andrew Geissler6ce62a22020-11-30 19:58:47 -060014
Patrick Williams03514f12024-04-05 07:04:11 -050015UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/tags"
Andrew Geissler6ce62a22020-11-30 19:58:47 -060016
17inherit meson pkgconfig
18
19DEPENDS += "wayland wayland-native wayland-protocols"
Andrew Geissler5082cc72023-09-11 08:41:39 -040020
21PACKAGECONFIG ??= "drm"
22PACKAGECONFIG[drm] = "-Ddrm=enabled,-Ddrm=disabled,libdrm"