Accepting request 155813 from home:RedDwarf:branches:games

- build also against libpng14
  * modified automake.diff (look for libpng)

OBS-URL: https://build.opensuse.org/request/show/155813
OBS-URL: https://build.opensuse.org/package/show/games/blockout?expand=0&rev=6
This commit is contained in:
Jan Engelhardt 2013-02-19 15:10:55 +00:00 committed by Git OBS Bridge
parent 17a51b5429
commit 8a1a5663a8
2 changed files with 8 additions and 4 deletions

View File

@ -69,7 +69,7 @@ Index: bl24_lin_src/configure.ac
===================================================================
--- /dev/null
+++ bl24_lin_src/configure.ac
@@ -0,0 +1,14 @@
@@ -0,0 +1,12 @@
+AC_INIT([blockout], [2.4])
+AC_CONFIG_AUX_DIR([build-aux])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax no-dist-gzip dist-xz])
@ -79,8 +79,6 @@ Index: bl24_lin_src/configure.ac
+PKG_CHECK_MODULES([libGLU], [glu])
+PKG_CHECK_MODULES([libSDL], [sdl >= 1.2.12])
+PKG_CHECK_MODULES([libSDL_mixer], [SDL_mixer >= 1.2.8])
+PKG_CHECK_MODULES([libpng], [libpng16], [:], [
+ PKG_CHECK_MODULES([libpng], [libpng15])
+])
+PKG_CHECK_MODULES([libpng], [libpng])
+AC_CONFIG_FILES([Makefile ImageLib/src/Makefile BlockOut/Makefile])
+AC_OUTPUT

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 19 14:04:20 UTC 2013 - reddwarf@opensuse.org
- build also against libpng14
* modified automake.diff (look for libpng)
-------------------------------------------------------------------
Tue Feb 19 08:36:08 UTC 2013 - pgajdos@suse.com