repo/wayland/wbg/build

14 lines
188 B
Plaintext
Raw Normal View History

2021-07-08 08:51:29 -06:00
#!/bin/sh -e
2023-03-02 07:40:00 -07:00
export DESTDIR="$1"
2023-11-18 13:51:12 -07:00
meson setup \
-Dprefix=/usr \
-Dbuildtype=release \
2021-07-08 08:51:29 -06:00
-Djpeg=enabled \
-Dpng=enabled \
2023-11-18 13:51:12 -07:00
output
2021-07-08 08:51:29 -06:00
ninja -C output
ninja -C output install