diff options
Diffstat (limited to 'extra/libepoxy/build')
| -rwxr-xr-x | extra/libepoxy/build | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/extra/libepoxy/build b/extra/libepoxy/build new file mode 100755 index 00000000..54475523 --- /dev/null +++ b/extra/libepoxy/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ +    --prefix=/usr \ +    --sysconfdir=/etc \ +    --mandir=/usr/share/man \ +    -Dhas-dlvsym=false \ +    . output + +ninja -C output +ninja -C output install | 
