From 650c49a8f24406b4085ce7e75ae629fdfc2ec293 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 20:34:18 +0300 Subject: libepoxy: use cl-meson --- extra/libepoxy/build | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'extra') 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 -- cgit v1.2.3