xorg prefix update
This commit is contained in:
parent
5da90e4ac3
commit
fc0f8f0860
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
prepare:
|
prepare:
|
||||||
wget https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.xz $(popd)
|
wget https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.xz $(pwd)
|
||||||
tar -xJ "gettext-0.21.tar.xz"
|
tar -xJ "gettext-0.21.tar.xz"
|
||||||
cd gettext-0.21
|
cd gettext-0.21
|
||||||
make:
|
make:
|
||||||
|
|
|
@ -3,7 +3,7 @@ prepare:
|
||||||
cd xserver
|
cd xserver
|
||||||
xorg:
|
xorg:
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=$prefix \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-systemd-logind \
|
--disable-systemd-logind \
|
||||||
--disable-xwayland \
|
--disable-xwayland \
|
||||||
|
|
Loading…
Reference in a new issue