mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
This version adds support for the wlr-foreign-toplevel-management and drm-lease-v1 protocols; switches the wlroots dependency to 0.20.0; and includes a few fixes. Release notes: https://github.com/cage-kiosk/cage/releases/tag/v0.3.0 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
430 B
Makefile
15 lines
430 B
Makefile
################################################################################
|
|
#
|
|
# cage
|
|
#
|
|
################################################################################
|
|
|
|
CAGE_VERSION = 0.3.0
|
|
CAGE_SITE = https://github.com/cage-kiosk/cage/releases/download/v$(CAGE_VERSION)
|
|
CAGE_LICENSE = MIT
|
|
CAGE_LICENSE_FILES = LICENSE
|
|
CAGE_DEPENDENCIES = host-pkgconf wlroots
|
|
CAGE_CONF_OPTS = -Dman-pages=disabled
|
|
|
|
$(eval $(meson-package))
|