repo: https://github.com/buildroot/buildroot/tree/2021.05 commit: 69f79f2a2ee1417e19c1ead2c9226e11753c06cb Update for 2021.05 Change-Id: I77d6d14da04483c97cb172bf6732732012e538d9
20 lines
500 B
Makefile
20 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|