[packages/xorg-xserver-server] - disable Xwayland here

qboosh qboosh at pld-linux.org
Sat May 15 21:00:09 CEST 2021


commit c07b2b859e7d491d959aa46214bb4b7f10a7fdf9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 15 21:02:21 2021 +0200

    - disable Xwayland here

 xorg-xserver-server.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xorg-xserver-server.spec b/xorg-xserver-server.spec
index 343f5ca..8e750f9 100644
--- a/xorg-xserver-server.spec
+++ b/xorg-xserver-server.spec
@@ -13,7 +13,7 @@
 %bcond_with	xf86bigfont	# XF86BigFont extension
 %bcond_with	xselinux	# SELinux extension
 %bcond_without	dmx		# DMX DDX (Xdmx server)
-%bcond_without	wayland		# Wayland DDX (Xwayland server)
+%bcond_with	wayland		# Wayland DDX (Xwayland server) [newer version in xorg-xserver-Xwayland.spec]
 %bcond_without	xnest		# Xnest DDX (Xnest server)
 %bcond_without	xvfb		# Xvfb DDX (Xvfb server)
 %bcond_without	xephyr		# kdrive Xephyr server
@@ -515,7 +515,7 @@ fi
 	--enable-xnest%{!?with_xnest:=no} \
 	%{?with_xselinux:--enable-xselinux} \
 	%{!?with_xvfb:--disable-xvfb} \
-	%{?with_wayland:--enable-xwayland} \
+	--enable-xwayland%{!?with_wayland:=no} \
 	%{?with_eglstream:--enable-xwayland-eglstream} \
 	%{!?with_systemtap:--without-dtrace} \
 	--without-fop \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-xserver-server.git/commitdiff/c07b2b859e7d491d959aa46214bb4b7f10a7fdf9



More information about the pld-cvs-commit mailing list