diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 21:18:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 21:18:37 +0300 |
commit | fc732c938940a0ea3db981ccaaf2b42843e1ee8e (patch) | |
tree | 05705290a86e94baa83551ea9512f31834f37b22 /extra/libva-utils | |
parent | 88e93a9064e495e650068abac5ed862076f0f90c (diff) | |
download | repository-fc732c938940a0ea3db981ccaaf2b42843e1ee8e.tar.gz |
libva-utils: use cl-meson
Diffstat (limited to 'extra/libva-utils')
-rwxr-xr-x | extra/libva-utils/build | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libva-utils/build b/extra/libva-utils/build index 8cd122cd..6d605703 100755 --- a/extra/libva-utils/build +++ b/extra/libva-utils/build @@ -2,9 +2,10 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ - -Dwayland=false \ +cl-meson \ + -Ddrm=true \ + -Dx11=true \ + -Dwayland="$(cpt l -C wayland true false)" \ . output ninja -C output |