2019-11-10 21:06:38 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# cage
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-05-03 16:43:55 +02:00
|
|
|
CAGE_VERSION = 6eb693c05b5b34d4ed5ad8234a9f79a14ac8e07d
|
|
|
|
CAGE_SITE = $(call github,Hjdskes,cage,$(CAGE_VERSION))
|
2019-11-10 21:06:38 +01:00
|
|
|
CAGE_LICENSE = MIT
|
2020-05-03 16:43:55 +02:00
|
|
|
CAGE_LICENSE_FILES = LICENSE
|
2019-11-10 21:06:38 +01:00
|
|
|
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))
|