diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 21:15:43 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 21:15:43 +0300 |
commit | 88e93a9064e495e650068abac5ed862076f0f90c (patch) | |
tree | 52effb18079b09afe4b73f7dbc30c817f2b4f915 /extra/libva | |
parent | 3cd8d48e892575d669fe360e4461bded2aced5b0 (diff) | |
download | repository-88e93a9064e495e650068abac5ed862076f0f90c.tar.gz |
libva: use cl-meson
Diffstat (limited to 'extra/libva')
-rwxr-xr-x | extra/libva/build | 6 |
1 files changed, 4 insertions, 2 deletions
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 |