Xorg makefile changes
This commit is contained in:
parent
fc0f8f0860
commit
8592f22f8f
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
prepare:
|
||||
git clone https://cgit.freedesktop.org/xorg/xserver/
|
||||
cd xserver
|
||||
PREFIX = $(prefix/)
|
||||
xorg:
|
||||
./configure \
|
||||
--prefix=$prefix \
|
||||
--prefix=WITHROOT \
|
||||
--localstatedir=/var \
|
||||
--disable-systemd-logind \
|
||||
--disable-xwayland \
|
||||
|
|
Loading…
Reference in a new issue