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:
|
||||
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"
|
||||
cd gettext-0.21
|
||||
make:
|
||||
|
|
|
@ -3,7 +3,7 @@ prepare:
|
|||
cd xserver
|
||||
xorg:
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--prefix=$prefix \
|
||||
--localstatedir=/var \
|
||||
--disable-systemd-logind \
|
||||
--disable-xwayland \
|
||||
|
|
Loading…
Reference in a new issue