repo/xorg-xcb-proto/build

11 lines
338 B
Text
Raw Normal View History

2021-07-18 20:24:08 +03:00
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