diff options
Diffstat (limited to 'extra/libepoxy/build')
-rwxr-xr-x | extra/libepoxy/build | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/libepoxy/build b/extra/libepoxy/build index 54475523..8893893e 100755 --- a/extra/libepoxy/build +++ b/extra/libepoxy/build @@ -1,12 +1,10 @@ #!/bin/sh -e -export DESTDIR="$1" +export DESTDIR=$1 -meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - -Dhas-dlvsym=false \ +cl-meson \ + -Degl=yes \ + -Dglx=yes \ . output ninja -C output |