repo/extra/libepoxy/build

16 lines
244 B
Plaintext
Raw Normal View History

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