From 88e93a9064e495e650068abac5ed862076f0f90c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 21:15:43 +0300 Subject: libva: use cl-meson --- extra/libva/build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/libva/build b/extra/libva/build index 64ee0e20..34b0e820 100755 --- a/extra/libva/build +++ b/extra/libva/build @@ -2,8 +2,10 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ + -Dwith_x11=yes \ + -Dwith_glx=yes \ + -Dwith_wayland="$(cpt l -C wayland yes no)" \ . output ninja -C output -- cgit v1.2.3