diff options
Diffstat (limited to 'extra/libepoxy/build')
| -rwxr-xr-x | extra/libepoxy/build | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/extra/libepoxy/build b/extra/libepoxy/build index 54475523..239ebddb 100755 --- a/extra/libepoxy/build +++ b/extra/libepoxy/build @@ -2,11 +2,9 @@  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 | 
