diff options
author | Stefano Karapetsas <[email protected]> | 2012-01-22 22:59:41 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-01-22 22:59:41 +0100 |
commit | 8f91d9b2cefd226c60234a6122b624ba65e7b424 (patch) | |
tree | 7b9422f117477da0aa0145a1f14a02ae47493969 /plugins/media-keys/Makefile.am | |
parent | 5c00322b3ea38a54d06e6390711dd49c31b77040 (diff) | |
download | mate-settings-daemon-8f91d9b2cefd226c60234a6122b624ba65e7b424.tar.bz2 mate-settings-daemon-8f91d9b2cefd226c60234a6122b624ba65e7b424.tar.xz |
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
Diffstat (limited to 'plugins/media-keys/Makefile.am')
-rw-r--r-- | plugins/media-keys/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
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 = \ |