From 8f91d9b2cefd226c60234a6122b624ba65e7b424 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 22 Jan 2012 22:59:41 +0100 Subject: add support for gstreamer/alsa/oss instead of pulse for media-keys https://bugzilla.gnome.org/show_bug.cgi?id=571145 patch stolen from debian: http://patch-tracker.debian.org/patch/series/view/gnome-settings-daemon/2.30.2-2+squeeze1/20_gstreamer.patch --- plugins/media-keys/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'plugins/media-keys/Makefile.am') diff --git a/plugins/media-keys/Makefile.am b/plugins/media-keys/Makefile.am index d8bff08..43f2156 100644 --- a/plugins/media-keys/Makefile.am +++ b/plugins/media-keys/Makefile.am @@ -3,13 +3,8 @@ context = actions NULL = -SUBDIRS = -plugin_LTLIBRARIES = - -if HAVE_PULSE SUBDIRS += cut-n-paste plugin_LTLIBRARIES += libmedia-keys.la -endif BUILT_SOURCES = \ gsd-media-keys-manager-glue.h \ @@ -108,9 +103,7 @@ libmedia_keys_la_LIBADD = \ plugin_in_files = \ media-keys.mate-settings-plugin.in -if HAVE_PULSE plugin_DATA = $(plugin_in_files:.mate-settings-plugin.in=.mate-settings-plugin) -endif noinst_PROGRAMS = \ test-media-keys \ @@ -176,9 +169,7 @@ test_media_keys_LDADD = \ $(GST_LIBS) \ -lm -if HAVE_PULSE test_media_keys_LDADD += $(top_builddir)/plugins/media-keys/cut-n-paste/libgvc.la -endif gtkbuilderdir = $(pkgdatadir) gtkbuilder_DATA = \ -- cgit v1.2.1