On 18 January 2018 at 22:54, Greg V <[email protected]> wrote: > --- > 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..f41c0b4f18 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, idep_nir_headers], dep_libdrm_radeon is what you want here - pardon for spotting it so late.
With that the patch is Reviewed-by: Emil Velikov <[email protected]> -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
