This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

19
package/cage/cage.mk Normal file
View File

@@ -0,0 +1,19 @@
################################################################################
#
# cage
#
################################################################################
CAGE_VERSION = 0.1.2.1
CAGE_SITE = https://github.com/Hjdskes/cage/releases/download/v$(CAGE_VERSION)
CAGE_LICENSE = MIT
CAGE_LICENSE_FILES = LICENSE
CAGE_DEPENDENCIES = host-pkgconf wlroots
ifeq ($(BR2_PACKAGE_XORG7),y)
CAGE_CONF_OPTS = -Dxwayland=true
else
CAGE_CONF_OPTS = -Dxwayland=false
endif
$(eval $(meson-package))