2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-23 07:40:11 -07:00
repo/extra/libepoxy/build

16 lines
244 B
Plaintext
Raw Normal View History

2019-06-28 00:15:24 -06:00
#!/bin/sh -e
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