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:
|
prepare:
|
||||||
git clone https://cgit.freedesktop.org/xorg/xserver/
|
git clone https://cgit.freedesktop.org/xorg/xserver/
|
||||||
cd xserver
|
cd xserver
|
||||||
|
PREFIX = $(prefix/)
|
||||||
xorg:
|
xorg:
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=$prefix \
|
--prefix=WITHROOT \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-systemd-logind \
|
--disable-systemd-logind \
|
||||||
--disable-xwayland \
|
--disable-xwayland \
|
||||||
|
|
Loading…
Reference in a new issue