projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dcb77e
)
meson: Don't force libva to required from auto
author
Dylan Baker
<dylan@pnwbakers.com>
Tue, 18 Sep 2018 15:45:57 +0000
(08:45 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Fri, 21 Sep 2018 17:03:15 +0000
(10:03 -0700)
We already correctly handle va being auto, but we force it to being
true, which is bad.
Fixes
94cf3970925ec87d913a1549a42cdb03713fc4bb
("meson: Fix auto option for va")
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 5e250470ed1ce14f899e0d19171ce707f6791bb0..7a5bcf9004b6bf0afa3ccddfc60f9937322dbaef 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-569,8
+569,6
@@
elif not (with_gallium_r600 or with_gallium_radeonsi or with_gallium_nouveau)
else
_va = 'false'
endif
-elif _va == 'auto'
- _va = 'true'
endif
with_gallium_va = false
dep_va = null_dep