Commit bac47391 authored by Mike Gabriel's avatar Mike Gabriel

nx-libs.spec: Use mesa-quilt with Fedora builds, but rely on fallback mode in…

nx-libs.spec: Use mesa-quilt with Fedora builds, but rely on fallback mode in mesa-quilt for RHEL and SUSE.
parent 05450d0e
......@@ -20,6 +20,19 @@ BuildRequires: libjpeg-devel
BuildRequires: pkgconfig
BuildRequires: imake
# ideally we build with quilt (for mesa-quilt patch appliance script),
# it seems Fedora has it...
%if 0%{?fedora}
BuildRequires: quilt
%endif
# other distros sometimes do have quilt, sometimes don't, let's
# not differentiate here when it is available and when not. Rather
# rely on stupid patch application fallback mode in mesa-quilt...
%if 0%{?rhel} || 0%{?suse_version}
BuildRequires: patch
%endif
# suse_version 1315 is SLE-12
%if 0%{?suse_version} != 1315 && 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment