Linux: Fix silly EPEL9 mistake (#8660)

This commit is contained in:
Austin
2025-11-17 18:39:52 -05:00
committed by GitHub
parent ec5e79585b
commit 501c296e75

View File

@@ -50,7 +50,7 @@ BuildRequires: pkgconfig(libinput)
BuildRequires: pkgconfig(xkbcommon-x11)
# libbsd is needed on older Fedora/RHEL to provide 'strlcpy'
%if 0%{?fedora} >= 41 || 0%{?rhel} >= 9
%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10
BuildRequires: glibc-devel >= 2.38
%else
BuildRequires: pkgconfig(libbsd-overlay)