Xorg makefile changes

This commit is contained in:
Ohio2 2021-06-29 18:19:29 +02:00
parent fc0f8f0860
commit 8592f22f8f

View file

@ -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 \