mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
cage: import recipe
import from https://github.com/schnitzeltony/meta-retro/tree/master/recipes-wayland/cage
This commit is contained in:
parent
b2e20d5d91
commit
b579899897
27
recipes-wlroots/cage/cage_git.bb
Normal file
27
recipes-wlroots/cage/cage_git.bb
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
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 pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "git://github.com/Hjdskes/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "f71844ab54dbb3192d8c2f0a1db84d50e18536d9"
|
||||
PV = "0.1.4"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,xserver-xorg,xwayland"
|
||||
|
Loading…
Reference in New Issue
Block a user