repo/xorg-xcb-proto/build
2021-07-18 20:24:08 +03:00

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