]> git.pld-linux.org Git - packages/tigervnc.git/commitdiff
drop old xserver configure options
authorJan Palus <atler@pld-linux.org>
Tue, 8 Nov 2022 15:47:32 +0000 (16:47 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 8 Nov 2022 15:47:32 +0000 (16:47 +0100)
tigervnc.spec

index 46778ea120deae609a4097082d26a51b5f4a32d3..06754822d09d58c112fa5e486bd82f1326f9d299 100644 (file)
@@ -192,8 +192,6 @@ cd unix/xserver
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-os-name="PLD/Linux" \
-       --with-os-vendor="PLD/Team" \
        --disable-config-hal \
        --disable-config-udev \
        --without-dtrace \
@@ -202,7 +200,6 @@ cd unix/xserver
        --disable-xorg \
        --disable-xnest \
        --disable-xvfb \
-       --disable-dmx \
        --disable-xwin \
        --disable-xephyr \
        --disable-kdrive \
@@ -211,9 +208,7 @@ cd unix/xserver
        --disable-dri3 \
        --with-pic \
        --disable-static \
-       --disable-wayland \
        --enable-glx \
-       --enable-install-libxf86config \
        --with-xkb-output=/var/lib/xkb \
        --disable-unit-tests
 
This page took 0.053878 seconds and 4 git commands to generate.