mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
pipe-loader: meson: reference correct library
The library is called libgalliumvl_stub - note singular.
Fixes: 42ea0631f1 ("meson: build clover")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
9d10581897
commit
2eedb79e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ if (with_gallium_va or with_gallium_vdpau or with_gallium_omx != 'disabled' or
|
|||
with_gallium_xvmc or with_dri)
|
||||
pipe_loader_link_with += libgalliumvl
|
||||
else
|
||||
pipe_loader_link_with += libgalliumvl_stubs
|
||||
pipe_loader_link_with += libgalliumvl_stub
|
||||
endif
|
||||
if (with_gallium_va or with_gallium_vdpau or with_gallium_omx != 'disabled' or
|
||||
with_gallium_xvmc)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue