diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-28 00:00:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-28 00:00:49 +0300 |
commit | bc8ce0332e487506ae6a4ba4effe7996c740af9f (patch) | |
tree | e1df5bd97200394b8a0b3c1e3ec3d20799723647 /extra/libva | |
parent | 33bfcbc82ed7bbc74c32de29ea7fd90968cf0740 (diff) | |
download | repository-bc8ce0332e487506ae6a4ba4effe7996c740af9f.tar.gz |
libva: add meson dependency
Diffstat (limited to 'extra/libva')
-rwxr-xr-x | extra/libva/build | 1 | ||||
-rw-r--r-- | extra/libva/depends | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/extra/libva/build b/extra/libva/build index 2ce3902a..64ee0e20 100755 --- a/extra/libva/build +++ b/extra/libva/build @@ -8,4 +8,3 @@ meson \ ninja -C output ninja -C output install - diff --git a/extra/libva/depends b/extra/libva/depends index e5e18569..8adaaab2 100644 --- a/extra/libva/depends +++ b/extra/libva/depends @@ -9,3 +9,4 @@ libdrm libxcb libxshmfence mesa +meson make |