2023-01-31 13:22:18 +01:00
|
|
|
SUMMARY = "Cage: a Wayland kiosk"
|
|
|
|
HOMEPAGE = "https://www.hjdskes.nl/projects/cage/"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d06ce025701c9a0b391f15902ce8ed"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
wayland-native \
|
|
|
|
wayland \
|
|
|
|
wayland-protocols \
|
2024-02-26 11:51:15 +01:00
|
|
|
wlroots-0.17 \
|
2023-01-31 13:22:18 +01:00
|
|
|
pixman \
|
|
|
|
libxkbcommon \
|
|
|
|
"
|
|
|
|
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
2023-07-20 17:57:20 +02:00
|
|
|
SRC_URI = "git://github.com/cage-kiosk/cage;branch=master;protocol=https"
|
2024-02-26 11:51:15 +01:00
|
|
|
SRCREV = "9d43282fa0cd5925a6f9304f0218fd79ae9fcd94"
|
|
|
|
PV = "0.1.5+dev"
|
2023-01-31 13:22:18 +01:00
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
|
2024-02-26 11:51:15 +01:00
|
|
|
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xserver-xorg,xwayland"
|