From e1d46300a546d695c709beb682deabb5b6ab5492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 8 Dec 2020 02:30:34 +0100 Subject: [PATCH] cage: initial add 0.1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Want Windows on dosbox-x as wayland kiosk session - see how far we get Signed-off-by: Andreas Müller --- recipes-wayland/cage/cage.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-wayland/cage/cage.bb diff --git a/recipes-wayland/cage/cage.bb b/recipes-wayland/cage/cage.bb new file mode 100644 index 0000000..1145bb1 --- /dev/null +++ b/recipes-wayland/cage/cage.bb @@ -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"