From 33bfcbc82ed7bbc74c32de29ea7fd90968cf0740 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Jun 2020 00:00:25 +0300 Subject: libva: bump to 2.8.0 --- extra/libva/build | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'extra/libva/build') diff --git a/extra/libva/build b/extra/libva/build index 6daf22f8..2ce3902a 100755 --- a/extra/libva/build +++ b/extra/libva/build @@ -1,7 +1,11 @@ #!/bin/sh -e -./configure \ - --prefix=/usr +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install -make -make DESTDIR="$1" install -- cgit v1.2.3