summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-02-22 15:38:52 +0000
committerTakashi Iwai <tiwai@suse.de>2006-02-22 15:38:52 +0000
commit153757be2e8e5ab65913e7bbd0e5ebcc60c8e467 (patch)
tree4cf880306e5d67b46c97a808e39083e3814a50d2 /configure.in
parent6890d16836e85deed9e8ca91d095473347013ccc (diff)
Fixes for polyp plugin
From: Pierre Ossman <ossman@cendio.se> There shouldn't be any more API changes until polypaudio 0.8 that affect this plugin. I am working on supporting capture volume and mute switches, but that should be a strict addition (i.e. it can wait until the next release if things get tight).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7efad81..33d6205 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@ AC_CHECK_LIB(asound, snd_pcm_ioplug_create,,
PKG_CHECK_MODULES(JACK, jack >= 0.98, [HAVE_JACK=yes], [HAVE_JACK=no])
AM_CONDITIONAL(HAVE_JACK, test x$HAVE_JACK = xyes)
-PKG_CHECK_MODULES(polypaudio, [polyplib polyplib-mainloop], [HAVE_POLYP=yes], [HAVE_POLYP=no])
+PKG_CHECK_MODULES(polypaudio, [polyplib], [HAVE_POLYP=yes], [HAVE_POLYP=no])
AM_CONDITIONAL(HAVE_POLYP, test x$HAVE_POLYP = xyes)
SAVE_PLUGINS_VERSION