mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
16908856c2
I thought it wouldn't get any more updates, but Upstream has added support for wlroots-0.16
28 lines
703 B
BlitzBasic
28 lines
703 B
BlitzBasic
|
|
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 \
|
|
wlroots-0.16 \
|
|
pixman \
|
|
libxkbcommon \
|
|
"
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
SRC_URI = "git://github.com/Hjdskes/${BPN}.git;branch=master;protocol=https"
|
|
SRCREV = "46f0ec1b729cf2e4fb9c69bb8660e908d1311ea0"
|
|
PV = "0.1.4"
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
|
|
PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,xserver-xorg,xwayland"
|
|
|