repo/wayland/wbg/build

14 lines
188 B
Plaintext
Raw Normal View History

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