repo/wayland/wbg/build
2021-07-08 17:51:29 +03:00

15 lines
218 B
Bash
Executable File

#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
--buildtype=release \
--force-fallback-for=tllist \
-Djpeg=enabled \
-Dpng=enabled \
. output
ninja -C output
ninja -C output install