|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-SWAY_VERSION = 1.8.1
|
|
|
+SWAY_VERSION = 1.10
|
|
|
SWAY_SITE = https://github.com/swaywm/sway/releases/download/$(SWAY_VERSION)
|
|
|
SWAY_LICENSE = MIT
|
|
|
SWAY_LICENSE_FILES = LICENSE
|
|
@@ -16,12 +16,6 @@ SWAY_CONF_OPTS = \
|
|
|
-Dman-pages=disabled \
|
|
|
-Dsd-bus-provider=libsystemd
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_WLROOTS_X11),y)
|
|
|
-SWAY_CONF_OPTS += -Dxwayland=enabled
|
|
|
-else
|
|
|
-SWAY_CONF_OPTS += -Dxwayland=disabled
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_GDK_PIXBUF),y)
|
|
|
SWAY_CONF_OPTS += -Dgdk-pixbuf=enabled
|
|
|
SWAY_DEPENDENCIES += gdk-pixbuf
|