]> git.armaanb.net Git - asd-repo.git/blob - xorg/libX11/build
Restructure repository
[asd-repo.git] / xorg / libX11 / build
1 #!/bin/sh -e
2
3 CFLAGS_FOR_BUILD=-fPIC \
4 ./configure \
5     --prefix=/usr \
6     --without-xmlto \
7     --disable-specs \
8     --enable-static
9
10 make
11 make DESTDIR="$1" install
12
13 # This will be removed once 'xorgproto' 2019.2
14 # is released.
15 rm -f "$1/usr/include/X11/extensions/XKBgeom.h"