cage: initial add 0.1.2.1
Want Windows on dosbox-x as wayland kiosk session - see how far we get Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
22
recipes-wayland/cage/cage.bb
Normal file
22
recipes-wayland/cage/cage.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
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 \
|
||||
pixman \
|
||||
libxkbcommon \
|
||||
"
|
||||
|
||||
inherit meson features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "git://github.com/Hjdskes/${BPN}.git"
|
||||
SRCREV = "d09739373288adef901cdd58c983c0d02302932c"
|
||||
PV = "0.1.2.1"
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user