[Mesa-dev] [PATCH] meson: require amdgpu >= 2.4.91
Marek Olšák
maraeo at gmail.com
Wed Mar 14 17:13:46 UTC 2018
For the series:
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
You can push the series now if you want to. That would be simplest.
Marek
On Wed, Mar 14, 2018 at 12:10 PM, Dylan Baker <dylan at pnwbakers.com> wrote:
> Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
>
> ---
>
> Marek, can you either squash this into your other patch or push this along with
> that?
>
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 51b470253f5..e21ac74a1e3 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1036,7 +1036,7 @@ dep_libdrm_nouveau = []
> dep_libdrm_etnaviv = []
> dep_libdrm_freedreno = []
> if with_amd_vk or with_gallium_radeonsi
> - dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.90')
> + dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.91')
> endif
> if (with_gallium_radeonsi or with_dri_r100 or with_dri_r200 or
> with_gallium_r300 or with_gallium_r600)
> --
> 2.16.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list