summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2021-05-15 19:02:21 (GMT)
committerJakub Bogusz2021-05-15 19:02:21 (GMT)
commitc07b2b859e7d491d959aa46214bb4b7f10a7fdf9 (patch)
treee985e5f1f868debd64e64b38b0486821a89a0668
parent813945ba6ee5e5a2a268307366398a0ddabb921d (diff)
downloadxorg-xserver-server-c07b2b859e7d491d959aa46214bb4b7f10a7fdf9.zip
xorg-xserver-server-c07b2b859e7d491d959aa46214bb4b7f10a7fdf9.tar.gz
- disable Xwayland here
-rw-r--r--xorg-xserver-server.spec4
1 files 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 \