Enable building on EPEL7.

"freerdp" itself cannot be part of EPEL7, but this change will help
with providing a renamed package for RHBZ #1566251
Please Add freerdp 2.0.0 to EPEL7
This commit is contained in:
Mike DePaulo 2018-08-04 00:54:28 -04:00
parent d9fce9ed10
commit 080d82c2e5
1 changed files with 4 additions and 0 deletions

View File

@ -61,7 +61,11 @@ BuildRequires: pkgconfig(gstreamer-video-1.0)
BuildRequires: pkgconfig(libpcsclite)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libsystemd)
%if 0%{?rhel}
BuildRequires: pkgconfig(openssl)
%else
BuildRequires: pkgconfig(openssl) >= 1.1.0
%endif
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-scanner)
BuildRequires: pkgconfig(xkbcommon)