repo/xorg-libXau/build

11 lines
296 B
Text
Raw Normal View History

2021-07-18 20:24:08 +03:00
wget https://www.x.org/pub/individual/lib/libXau-1.0.9.tar.bz2
tar -xf libXau-1.0.9.tar.bz2
cd libXau-1.0.9
export XORG_PREFIX="/usr"
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
--localstatedir=/var --disable-static"
./configure $XORG_CONFIG
make
make DESTDIR="$1" install