package/wlroots: bump to version 0.10.1
authorJames Hilliard <james.hilliard1@gmail.com>
Tue, 28 Apr 2020 04:33:38 +0000 (22:33 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 28 Apr 2020 05:38:54 +0000 (07:38 +0200)
wlroots dropped RDP backend support in:
https://github.com/swaywm/wlroots/commit/ebdbe177d62d3c8bab04f77b86326804ff185bef

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/wlroots/Config.in
package/wlroots/wlroots.hash
package/wlroots/wlroots.mk

index 37261d0ca6346a7e9b65e28630e19e776742cb85..eb4c4725ac357564e50c862516f14714366c9a5c 100644 (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
index 6056a81ba539195ab87a4afbcabd38a25c47c3c7..20f7313bbae3f39791aa071e09a452c013a6ecb9 100644 (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
index 52bc4c30e8fe717e9b66063c135a2e8a2c594691..136dc2bfcde8934b8b0d1af1c2e8dc457bac0fc1 100644 (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