]> git.armaanb.net Git - asd-repo.git/blob - wayland/wayland/build
e705d0bf8ad683edff1a52c48a06d9a7aa368aca
[asd-repo.git] / wayland / wayland / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --enable-static \
6     --disable-dtd-validation \
7     --disable-documentation
8
9 make
10 make DESTDIR="$1" install