Accepting request 577623 from home:simonpuchert:branches:games
- Fix choice between liballeg-devel and liballeg44-devel. - Use split version of boost (boo#1062583). OBS-URL: https://build.opensuse.org/request/show/577623 OBS-URL: https://build.opensuse.org/package/show/games/fife?expand=0&rev=24
This commit is contained in:
parent
788f768f39
commit
2c6eb533e3
@ -35,7 +35,13 @@ Patch1: install-rocket-header.patch
|
||||
# PATCH-FIX-UPSTREAM link-cegui.patch - https://github.com/fifengine/fifengine/commit/5c912d2362c4442c97a3a08eecd5b116338ba260
|
||||
Patch2: link-cegui.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} >= 1330
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_system-devel
|
||||
BuildRequires: libboost_regex-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fifechan-devel
|
||||
BuildRequires: gcc-c++
|
||||
@ -46,7 +52,7 @@ BuildRequires: tinyxml-devel
|
||||
BuildRequires: pkgconfig(CEGUI-0)
|
||||
BuildRequires: pkgconfig(SDL2_image)
|
||||
BuildRequires: pkgconfig(SDL2_ttf)
|
||||
BuildRequires: pkgconfig(allegro)
|
||||
BuildRequires: liballeg44-devel
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glew)
|
||||
BuildRequires: pkgconfig(ogg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user