repo/extra/libva/build

17 lines
263 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2020-09-13 16:52:51 +00:00
export DESTDIR="$1"
2020-09-13 16:52:51 +00:00
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
2021-07-08 06:19:18 +00:00
-Dwith_wayland=yes \
-Dwith_x11=no \
2020-09-13 16:52:51 +00:00
-Ddocs=false \
-Dintrospection=false \
. output
ninja -C output
ninja -C output install