From 3640cf80b74a82c0558251fe6d45e172d1ff4c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Tue, 4 Jun 2024 09:17:45 +0200 Subject: [PATCH] mesa 24.1.0 requires libdrm >= 2.4.119 --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 1e0f54e..9c93a5b 100644 --- a/mesa.spec +++ b/mesa.spec @@ -90,7 +90,7 @@ BuildRequires: kernel-headers # We only check for the minimum version of pkgconfig(libdrm) needed so that the # SRPMs for each arch still have the same build dependencies. See: # https://bugzilla.redhat.com/show_bug.cgi?id=1859515 -BuildRequires: pkgconfig(libdrm) >= 2.4.97 +BuildRequires: pkgconfig(libdrm) >= 2.4.119 %if 0%{?with_libunwind} BuildRequires: pkgconfig(libunwind) %endif