|
@@ -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_SITE = https://github.com/swaywm/wlroots/releases/download/$(WLROOTS_VERSION)
|
|
WLROOTS_LICENSE = MIT
|
|
WLROOTS_LICENSE = MIT
|
|
WLROOTS_INSTALL_STAGING = YES
|
|
WLROOTS_INSTALL_STAGING = YES
|
|
@@ -44,13 +44,6 @@ else
|
|
WLROOTS_CONF_OPTS += -Dlogind=disabled
|
|
WLROOTS_CONF_OPTS += -Dlogind=disabled
|
|
endif
|
|
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)
|
|
ifeq ($(BR2_PACKAGE_WLROOTS_X11),y)
|
|
WLROOTS_CONF_OPTS += -Dx11-backend=enabled
|
|
WLROOTS_CONF_OPTS += -Dx11-backend=enabled
|
|
WLROOTS_DEPENDENCIES += xlib_libX11
|
|
WLROOTS_DEPENDENCIES += xlib_libX11
|