repo/extra/libepoxy/build

13 lines
169 B
Plaintext
Raw Normal View History

#!/bin/sh -e
meson setup \
-Dprefix=/usr \
-Degl=yes \
-Dtests=false \
-Dglx=no \
-Dx11=false \
output
ninja -C output
meson install -C output