repo/extra/libva-utils/build

9 lines
102 B
Plaintext
Raw Normal View History

2020-01-20 20:37:28 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-wayland
make
make DESTDIR="$1" install