forked from alnux/repo
11 lines
No EOL
338 B
Text
Executable file
11 lines
No EOL
338 B
Text
Executable file
wget https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.14.1.tar.xz
|
|
tar -xf xcb-proto-1.14.1.tar.xz
|
|
cd xcb-proto-1.14.1
|
|
|
|
export XORG_PREFIX="/usr"
|
|
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
|
|
--localstatedir=/var --disable-static"
|
|
|
|
PYTHON=python3 ./configure $XORG_CONFIG
|
|
make
|
|
make DESTDIR="$1" install |