Reviewed-by: Dylan Baker <dy...@pnwbakers.com>

Quoting Greg V (2018-01-24 10:02:39)
> Reviewed-by: Emil Velikov <emil.veli...@colalbora.com>
> ---
>  src/gallium/drivers/radeonsi/meson.build | 2 +-
>  src/mesa/meson.build                     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/gallium/drivers/radeonsi/meson.build 
> b/src/gallium/drivers/radeonsi/meson.build
> index 97c7a41244..9a62d14308 100644
> --- a/src/gallium/drivers/radeonsi/meson.build
> +++ b/src/gallium/drivers/radeonsi/meson.build
> @@ -77,7 +77,7 @@ libradeonsi = static_library(
>    ],
>    c_args : [c_vis_args],
>    cpp_args : [cpp_vis_args],
> -  dependencies : [dep_llvm, idep_nir_headers],
> +  dependencies : [dep_llvm, dep_libdrm_radeon, idep_nir_headers],
>  )
>  
>  driver_radeonsi = declare_dependency(
> diff --git a/src/mesa/meson.build b/src/mesa/meson.build
> index 52289af248..66bdc931a5 100644
> --- a/src/mesa/meson.build
> +++ b/src/mesa/meson.build
> @@ -720,7 +720,7 @@ libmesa_gallium = static_library(
>    cpp_args : [cpp_vis_args, cpp_msvc_compat_args],
>    include_directories : [inc_common, include_directories('main')],
>    link_with : [libglsl, libmesa_sse41],
> -  dependencies : idep_nir_headers,
> +  dependencies : [idep_nir_headers, dep_vdpau],
>    build_by_default : false,
>  )
>  
> -- 
> 2.15.1
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Attachment: signature.asc
Description: signature

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

Reply via email to