gnome-games r8295 - trunk
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8295 - trunk
- Date: Sun, 9 Nov 2008 14:06:33 +0000 (UTC)
Author: chpe
Date: Sun Nov 9 14:06:33 2008
New Revision: 8295
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8295&view=rev
Log:
Install the sounds files always if sound is enabled, not just for
gstreamer sound.
Modified:
trunk/Makefile.am
trunk/configure.in
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sun Nov 9 14:06:33 2008
@@ -8,7 +8,7 @@
tests \
$(gamelist)
-if HAVE_GSTREAMER
+if ENABLE_SOUND
SUBDIRS += sounds
endif
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Nov 9 14:06:33 2008
@@ -542,6 +542,7 @@
AM_CONDITIONAL([HAVE_GSTREAMER],[test "$have_gstreamer" = "yes"])
AM_CONDITIONAL([HAVE_SDL_MIXER],[test "x$SDL_mixer" = "xyes"])
+AM_CONDITIONAL([ENABLE_SOUND],[test "$enable_sound" = "yes"])
# SMClient
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]