From 8265d5b42b4c3a69dd129e26a7a28f3f2b9333b4 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 12 Aug 2023 09:11:13 -0400 Subject: [PATCH] Bump Meson minimum build dependency to 1.2.0 Meson >= 1.2.0 is required for building rusticl, so let's ensure we have the correct dependency noted here. --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index b6ef80a..ae03e19 100644 --- a/mesa.spec +++ b/mesa.spec @@ -75,7 +75,7 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt Patch10: gnome-shell-glthread-disable.patch -BuildRequires: meson >= 1.0.0 +BuildRequires: meson >= 1.2.0 BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: gettext