diff options
author | Emil Velikov <[email protected]> | 2018-12-13 04:10:50 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-12-25 17:58:06 +0100 |
commit | 00fda84bff46508bebd14185e82bd4276783ccb7 (patch) | |
tree | 56d8c5d50fb7ac924d46e8ecfa4f6b6491f6d5d7 /src | |
parent | 1af31b1bac7e6f6ffc6f4e8c1d12f8bc89ef0a1f (diff) |
pipe-loader: meson: reference correct library
The library is called libgalliumvl_stub - note singular.
Fixes: 42ea0631f10 ("meson: build clover")
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
(cherry picked from commit 2eedb79e1a2e92648bd245f9db88ecb7b587b7fd)
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/targets/pipe-loader/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/meson.build b/src/gallium/targets/pipe-loader/meson.build index 5a44102a69d..e9454d5666a 100644 --- a/src/gallium/targets/pipe-loader/meson.build +++ b/src/gallium/targets/pipe-loader/meson.build @@ -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) |