forked from pool/omnispeak
Accepting request 1175245 from home:Kieltux:branches:games
- Fix build on openSUSE Leap by requiring libieee1284-devel only for openSUSE Tumbleweed OBS-URL: https://build.opensuse.org/request/show/1175245 OBS-URL: https://build.opensuse.org/package/show/games/omnispeak?expand=0&rev=8
This commit is contained in:
parent
c4a130a017
commit
b9587d5d9a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 19 16:26:13 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Fix build on openSUSE Leap by requiring libieee1284-devel only
|
||||
for openSUSE Tumbleweed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 03 12:26:12 UTC 2024 - mardnh@gmx.de
|
||||
|
||||
|
@ -33,7 +33,9 @@ BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: libieee1284-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
@ -69,8 +71,12 @@ from the directory where the original game files are located.
|
||||
-DVANILLA=OFF \
|
||||
-DXDGUSERPATH=OFF \
|
||||
-DOMNIPATH=%{_datadir}/omnispeak \
|
||||
%if 0%{?suse_version} > 1500
|
||||
-DWITH_ALSA=ON \
|
||||
-DWITH_IEEE1284=ON
|
||||
%else
|
||||
-DWITH_ALSA=ON
|
||||
%endif
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user