2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

xorg-server: Fix build options.

This commit is contained in:
Dylan Araps 2019-06-28 09:28:15 +03:00
parent 50f98c29a2
commit 58d8863ce8

View File

@ -2,7 +2,12 @@
./configure \
--prefix=/usr \
--disable-systemd-logind
--disable-systemd-logind \
--enable-glx \
--enable-dri \
--enable-dri2 \
--enable-dri3 \
--enable-xorg
make
make DESTDIR="$1" install