summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@debian.org>2011-07-03 11:17:21 -0700
committerSjoerd Simons <sjoerd@debian.org>2011-07-03 11:17:21 -0700
commitdba33e466e17070333b7f587b07a47dcf5037f8c (patch)
treecfaa5e28cd6bac20e28af2cc5b8b7359bef5c627 /configure.ac
parent4750bb06b4e2dff1e998ad50f0746f1794e60354 (diff)
Imported Upstream version 0.9.23
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 299dd49..863db4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 16)
# The stable ABI for client applications, for the version info x:y:z
# always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [12:3:12])
+AC_SUBST(LIBPULSE_VERSION_INFO, [12:4:12])
# A simplified, synchronous, ABI-stable interface for client
# applications, for the version info x:y:z always will hold y=z
@@ -547,7 +547,7 @@ AC_ARG_ENABLE([x11],
[x11=auto])
if test "x${x11}" != xno ; then
- PKG_CHECK_MODULES(X11, [ x11-xcb ice sm xtst xcb-atom ],
+ PKG_CHECK_MODULES(X11, [ x11-xcb xcb >= 1.6 ice sm xtst ],
HAVE_X11=1,
[
HAVE_X11=0
@@ -1448,6 +1448,7 @@ src/modules/alsa/mixer/Makefile
src/modules/alsa/mixer/paths/Makefile
src/modules/alsa/mixer/profile-sets/Makefile
src/modules/bluetooth/Makefile
+src/modules/echo-cancel/Makefile
src/modules/gconf/Makefile
src/modules/jack/Makefile
src/modules/oss/Makefile