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
-# 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
#
################################################################################
-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
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