2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +00:00
repo/extra/libepoxy/build

14 lines
196 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 \
. output
ninja -C output
2019-10-07 21:06:45 +00:00
ninja -C output install