forked from kiss-community/repo
xorg-server: Fix build options.
This commit is contained in:
parent
50f98c29a2
commit
58d8863ce8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user