[nightly] enable sdl client
This commit is contained in:
parent
8041b91c12
commit
c2cd88d616
@ -43,6 +43,8 @@ Build-Depends:
|
||||
libpam0g-dev,
|
||||
uuid-dev,
|
||||
libxml2-dev,
|
||||
libsdl2-2.0-0,
|
||||
libsdl2-dev,
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://www.freerdp.com/
|
||||
Vcs-Browser: http://github.com/FreeRDP/FreeRDP.git
|
||||
|
@ -49,6 +49,7 @@ BuildRequires: krb5-devel
|
||||
|
||||
# (Open)Suse
|
||||
%if %{defined suse_version}
|
||||
BuildRequires: libSDL2-devel
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: pkg-config
|
||||
@ -66,6 +67,7 @@ BuildRequires: libswresample-devel
|
||||
%endif
|
||||
# fedora 21+
|
||||
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7
|
||||
BuildRequires: SDL2-devel
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user