]> git.armaanb.net Git - asd-repo.git/blob - xorg/libxkbcommon/build
Restructure repository
[asd-repo.git] / xorg / libxkbcommon / build
1 #!/bin/sh -e
2
3 export DESTDIR="$1"
4
5 meson \
6     --prefix=/usr \
7     --libexecdir=/usr/lib \
8     -Denable-docs=false \
9     -Denable-wayland=false \
10     -Denable-xkbregistry=false \
11     . output
12
13 ninja -C output
14 ninja -C output install