|
@@ -82,10 +82,10 @@ endif
|
|
|
|
|
|
# Xwayland support needs libdrm, libepoxy, wayland and libxcomposite
|
|
# Xwayland support needs libdrm, libepoxy, wayland and libxcomposite
|
|
ifeq ($(BR2_PACKAGE_LIBDRM)$(BR2_PACKAGE_LIBEPOXY)$(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_XLIB_LIBXCOMPOSITE),yyyy)
|
|
ifeq ($(BR2_PACKAGE_LIBDRM)$(BR2_PACKAGE_LIBEPOXY)$(BR2_PACKAGE_WAYLAND)$(BR2_PACKAGE_XLIB_LIBXCOMPOSITE),yyyy)
|
|
-XSERVER_XORG_SERVER_CONF_OPTS += --enable-wayland
|
|
|
|
|
|
+XSERVER_XORG_SERVER_CONF_OPTS += --enable-xwayland
|
|
XSERVER_XORG_SERVER_DEPENDENCIES += libdrm libepoxy wayland xlib_libXcomposite
|
|
XSERVER_XORG_SERVER_DEPENDENCIES += libdrm libepoxy wayland xlib_libXcomposite
|
|
else
|
|
else
|
|
-XSERVER_XORG_SERVER_CONF_OPTS += --disable-wayland
|
|
|
|
|
|
+XSERVER_XORG_SERVER_CONF_OPTS += --disable-xwayland
|
|
endif
|
|
endif
|
|
|
|
|
|
# Present protocol only required for xserver 1.15+, but does not matter if
|
|
# Present protocol only required for xserver 1.15+, but does not matter if
|