repo/extra/libepoxy/build

15 lines
190 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2023-03-02 14:40:00 +00:00
export DESTDIR="$1"
meson setup \
-Dprefix=/usr \
-Degl=yes \
-Dtests=false \
-Dglx=no \
-Dx11=false \
output
ninja -C output
meson install -C output