diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 20:34:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 20:34:18 +0300 |
commit | 650c49a8f24406b4085ce7e75ae629fdfc2ec293 (patch) | |
tree | db2ff0d136c22b3ce52cf7a7df03c8322739ba85 /extra | |
parent | 6c9cf9e0d6068bd35a11ff1c8f5a07a1033f2b5b (diff) | |
download | repository-650c49a8f24406b4085ce7e75ae629fdfc2ec293.tar.gz |
libepoxy: use cl-meson
Diffstat (limited to 'extra')
-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 |