mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-23 22:58:33 +02:00
gallium/dri: fix redundant Meson condition
Since4b54277d2e, in this branch, with_gallium_va is always true. No need to check it twice. Fixes:4b54277d2e("Remove VDPAU") Signed-off-by: Sam James <sam@gentoo.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33727>
This commit is contained in:
parent
7aea3e14dc
commit
4a6f6dd266
1 changed files with 1 additions and 3 deletions
|
|
@ -15,9 +15,7 @@ gallium_dri_link_whole = []
|
|||
|
||||
if with_gallium_va
|
||||
gallium_dri_link_with += [libgalliumvlwinsys]
|
||||
if with_gallium_va
|
||||
gallium_dri_link_whole += [libva_st]
|
||||
endif
|
||||
gallium_dri_link_whole += [libva_st]
|
||||
endif
|
||||
|
||||
if host_machine.cpu_family() == 'x86' and not with_glx_read_only_text
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue