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:
committed by
Emil Velikov
parent
9d10581897
commit
2eedb79e1a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user