gnome-settings-daemon r665 - in trunk: . plugins/media-keys
- From: jensg svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-settings-daemon r665 - in trunk: . plugins/media-keys
- Date: Sat, 17 Jan 2009 15:09:35 +0000 (UTC)
Author: jensg
Date: Sat Jan 17 15:09:35 2009
New Revision: 665
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=665&view=rev
Log:
2009-01-17 Jens Granseuer <jensgr gmx net>
* plugins/media-keys/Makefile.am: fix build without PulseAudio
(bug #568015)
Modified:
trunk/ChangeLog
trunk/plugins/media-keys/Makefile.am
Modified: trunk/plugins/media-keys/Makefile.am
==============================================================================
--- trunk/plugins/media-keys/Makefile.am (original)
+++ trunk/plugins/media-keys/Makefile.am Sat Jan 17 15:09:35 2009
@@ -117,12 +117,15 @@
test_media_keys_LDADD = \
$(top_builddir)/gnome-settings-daemon/libgsd-profile.la \
$(top_builddir)/plugins/common/libcommon.la \
- $(top_builddir)/plugins/media-keys/cut-n-paste/libgvc.la \
$(SETTINGS_DAEMON_LIBS) \
$(SETTINGS_PLUGIN_LIBS) \
$(XF86MISC_LIBS) \
$(GST_LIBS)
+if HAVE_PULSE
+test_media_keys_LDADD += $(top_builddir)/plugins/media-keys/cut-n-paste/libgvc.la
+endif
+
gladedir = $(pkgdatadir)
glade_DATA = \
acme.glade \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]