mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
cage: Update git and add 0.2.0
The meson option for xwayland was dropped with d3fb99d6654325ec46277cfdb589f89316bed701. The rework was to make oelint-adv more happy. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
This commit is contained in:
26
recipes-wlroots/cage/cage.inc
Normal file
26
recipes-wlroots/cage/cage.inc
Normal file
@ -0,0 +1,26 @@
|
||||
SUMMARY = "Cage: a Wayland kiosk"
|
||||
DESCRIPTION = "\
|
||||
Cage is a compositor (window manager) that displays a single maximized \
|
||||
application at a time and prevents the user from interacting with anything \
|
||||
but this application. As such, user input such as moving, resizing, \
|
||||
minimizing and unmaximizing windows is ignored. \
|
||||
"
|
||||
HOMEPAGE = "https://www.hjdskes.nl/projects/cage/"
|
||||
BUGTRACKER = "https://github.com/cage-kiosk/cage/issues"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d06ce025701c9a0b391f15902ce8ed"
|
||||
|
||||
DEPENDS = "\
|
||||
libxkbcommon \
|
||||
pixman \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "git://github.com/cage-kiosk/cage;branch=master;protocol=https"
|
||||
S = "${UNPACKDIR}/git"
|
Reference in New Issue
Block a user