package/cage: bump to version 0.1.3
Update to version 0.1.3, which is a matenance release which does not add any new features but can be built against wlroots 0.13.0. A new build option to toggle man pages is set to always disabled. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
22eebe4cde
commit
4dc6bcd180
@ -1,5 +1,5 @@
|
||||
# Generated locally
|
||||
sha256 38a3e3968f00cc58fe1d9448e972cfac7d1efa30c48699f09032f264101a55ac cage-0.1.2.1.tar.gz
|
||||
sha256 c28aa8230f937c89b564967748451c1eb15d8633a71a1ed6e22d532afa15462e cage-0.1.3.tar.gz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 e117104073335dbaf78596fb1bedf89dda63c71f60f0b665947b2d369c77ecee LICENSE
|
||||
|
@ -4,16 +4,17 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CAGE_VERSION = 0.1.2.1
|
||||
CAGE_VERSION = 0.1.3
|
||||
CAGE_SITE = https://github.com/Hjdskes/cage/releases/download/v$(CAGE_VERSION)
|
||||
CAGE_LICENSE = MIT
|
||||
CAGE_LICENSE_FILES = LICENSE
|
||||
CAGE_DEPENDENCIES = host-pkgconf wlroots
|
||||
CAGE_CONF_OPTS = -Dman-pages=disabled
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||
CAGE_CONF_OPTS = -Dxwayland=true
|
||||
CAGE_CONF_OPTS += -Dxwayland=true
|
||||
else
|
||||
CAGE_CONF_OPTS = -Dxwayland=false
|
||||
CAGE_CONF_OPTS += -Dxwayland=false
|
||||
endif
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
Loading…
Reference in New Issue
Block a user