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