Re: [Mesa-dev] [PATCH 02/18] pipe-loader: meson: reference correct library

2018-12-14 Thread Dylan Baker
Quoting Emil Velikov (2018-12-13 08:05:51)
> From: Emil Velikov 
> 
> The library is called libgalliumvl_stub - note singular.
> 
> Fixes: 42ea0631f10 ("meson: build clover")
> Signed-off-by: Emil Velikov 
> ---
>  src/gallium/targets/pipe-loader/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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)
> -- 
> 2.19.2
> 
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reviewed-by: Dylan Baker 


signature.asc
Description: signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH 02/18] pipe-loader: meson: reference correct library

2018-12-13 Thread Emil Velikov
From: Emil Velikov 

The library is called libgalliumvl_stub - note singular.

Fixes: 42ea0631f10 ("meson: build clover")
Signed-off-by: Emil Velikov 
---
 src/gallium/targets/pipe-loader/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.19.2

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev