forked from pool/rpcs3
Fix build for leap 15.2
OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=26
This commit is contained in:
parent
25532adf4d
commit
2cac306686
@ -25,7 +25,12 @@ Url: https://rpcs3.net/
|
|||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
|
%if 0%{?sle_version} == 150200 && 0%{?is_opensuse}
|
||||||
|
BuildRequires: gcc9-c++
|
||||||
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
|
Loading…
Reference in New Issue
Block a user