summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-04-22 19:31:15 +0200
committerTakashi Iwai <tiwai@suse.de>2008-06-06 15:54:24 +0200
commit0fec8b8d0af1a9567ea671ad33633d9dab2de9d3 (patch)
tree0a815aae87018f5f009e3f2f2e623aabb074f88e /Makefile.am
parentf2b74602c8c30fa6dd793a2477f1ea1ce8a057f2 (diff)
Improve configure for maemo plugin
ALSA bug#3860: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3860 The Maemo DSP plugin checks for D-Bus in configure.in and then makes a bold assumption that this means it should use a proprietary resource manager available only on a specific proprietary platform. Attaching a patch to add --enable-maemo-resource-manager configure flag that enables the resource manager if set and if D-Bus is present. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 91a1284..dc64960 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ if HAVE_AVCODEC
A52DIR = a52
LAVCRATEDIR = rate-lavc
endif
-if HAVE_DBUS
+if HAVE_MAEMO_PLUGIN
MAEMODIR = maemo
endif
if HAVE_PPH