repo/extra/libepoxy/build

18 lines
265 B
Plaintext
Raw Normal View History

2019-06-28 00:15:24 -06:00
#!/bin/sh -e
2019-10-07 15:06:45 -06:00
export DESTDIR="$1"
2019-06-28 00:15:24 -06:00
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
-Dhas-dlvsym=false \
2021-07-08 01:27:26 -06:00
-Degl=yes \
2021-07-08 09:04:29 -06:00
-Dtests=false \
-Dglx=no \
2021-07-08 01:27:26 -06:00
-Dx11=false \
2019-06-28 00:15:24 -06:00
. output
ninja -C output
2019-10-07 15:06:45 -06:00
ninja -C output install