package/wlroots: bump to version 0.10.1

wlroots dropped RDP backend support in:
ebdbe177d6

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2020-04-27 22:33:38 -06:00 committed by Thomas Petazzoni
parent 4f708ed8d0
commit 49fb04eb55
3 changed files with 4 additions and 17 deletions

View File

@ -33,12 +33,6 @@ config BR2_PACKAGE_WLROOTS
if BR2_PACKAGE_WLROOTS
config BR2_PACKAGE_WLROOTS_RDP
bool "RDP backend"
depends on BR2_PACKAGE_FREERDP
help
Support Wayland sessions served using the RDP protocol
config BR2_PACKAGE_WLROOTS_X11
bool "X11 backend"
depends on BR2_PACKAGE_XORG7

View File

@ -1,5 +1,5 @@
# Generated locally, after checking https://github.com/swaywm/wlroots/releases/download/0.8.1/wlroots-0.8.1.tar.gz.sig
sha256 202b86e0e21699b6660bbda56afc2e3358db7252f83ff69c89f01926b4900d98 wlroots-0.8.1.tar.gz
# Generated locally, after checking https://github.com/swaywm/wlroots/releases/download/0.10.1/wlroots-0.10.1.tar.gz.sig
sha256 b84baefbaff7bb04b3d2c43cbacef1a433e2cd65111f8fbf4bfc5faaa4b34b08 wlroots-0.10.1.tar.gz
# Hashes for license files:
sha256 ffd3737a478b83a8b51b42757d3bf909ef36694508355879722e11fc1fa6736b LICENSE
sha256 ffd3737a478b83a8b51b42757d3bf909ef36694508355879722e11fc1fa6736b LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
WLROOTS_VERSION = 0.8.1
WLROOTS_VERSION = 0.10.1
WLROOTS_SITE = https://github.com/swaywm/wlroots/releases/download/$(WLROOTS_VERSION)
WLROOTS_LICENSE = MIT
WLROOTS_INSTALL_STAGING = YES
@ -44,13 +44,6 @@ else
WLROOTS_CONF_OPTS += -Dlogind=disabled
endif
ifeq ($(BR2_PACKAGE_WLROOTS_RDP),y)
WLROOTS_CONF_OPTS += -Dfreerdp=enabled
WLROOTS_DEPENDENCIES += freerdp
else
WLROOTS_CONF_OPTS += -Dfreerdp=disabled
endif
ifeq ($(BR2_PACKAGE_WLROOTS_X11),y)
WLROOTS_CONF_OPTS += -Dx11-backend=enabled
WLROOTS_DEPENDENCIES += xlib_libX11