mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Bump libdrm required version to 2.4.122
mesa requires libdrm >= 2.4.121 but, since upstream CI is using 2.4.122, match it as it is more tested.
This commit is contained in:
parent
c1dd63f0cd
commit
102923ec2b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ BuildRequires: kernel-headers
|
||||||
# We only check for the minimum version of pkgconfig(libdrm) needed so that the
|
# 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:
|
# SRPMs for each arch still have the same build dependencies. See:
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1859515
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1859515
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.119
|
BuildRequires: pkgconfig(libdrm) >= 2.4.122
|
||||||
%if 0%{?with_libunwind}
|
%if 0%{?with_libunwind}
|
||||||
BuildRequires: pkgconfig(libunwind)
|
BuildRequires: pkgconfig(libunwind)
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Reference in a new issue