]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- disable Xwayland here
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 May 2021 19:02:21 +0000 (21:02 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 May 2021 19:02:21 +0000 (21:02 +0200)
xorg-xserver-server.spec

index 343f5cafb6fa55c32d995ca0cd12ef471d4b4d49..8e750f9b0ce0ae774348df1f09114eb57872a433 100644 (file)
@@ -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 \
This page took 0.37198 seconds and 4 git commands to generate.