forked from alnux/repo
11 lines
338 B
Text
11 lines
338 B
Text
|
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
|