mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
19
package/cage/cage.mk
Normal file
19
package/cage/cage.mk
Normal 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))
|
||||
Reference in New Issue
Block a user