2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/extra/libepoxy/build

18 lines
265 B
Plaintext
Raw Normal View History

2019-06-28 06:15:24 +00:00
#!/bin/sh -e
2019-10-07 21:06:45 +00:00
export DESTDIR="$1"
2019-06-28 06:15:24 +00:00
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