diff options
author | Michal Ratajsky <[email protected]> | 2015-12-10 00:16:15 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2015-12-10 00:16:15 +0100 |
commit | fd7bf59716421c96a7f7c2c6f3ae60636ef24d3d (patch) | |
tree | 5d25007cdc258d46358bd3eee938495c561c3a15 /configure.ac | |
parent | 461ef5c17262f573c4006010ed421fa364548e19 (diff) | |
download | libmatemixer-fd7bf59716421c96a7f7c2c6f3ae60636ef24d3d.tar.bz2 libmatemixer-fd7bf59716421c96a7f7c2c6f3ae60636ef24d3d.tar.xz |
Require PulseAudio 2.0 or newer
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 06767fc..8d30f80 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ AC_SUBST(HAVE_NULL) # ----------------------------------------------------------------------- # PulseAudio # ----------------------------------------------------------------------- -PA_REQUIRED_VERSION=0.9.23 +PA_REQUIRED_VERSION=2.0.0 AC_ARG_ENABLE([pulseaudio], AS_HELP_STRING([--enable-pulseaudio], |