diff options
author | Michal Ratajsky <[email protected]> | 2015-09-26 16:59:13 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2015-09-26 16:59:13 +0200 |
commit | 10a0b2193303063167a297f542c4de0952a4cd25 (patch) | |
tree | bb79ff0560091dc4620d31b90f4d476939fd3ed4 /configure.ac | |
parent | 06b3b936980f2b12aabf4aff64230c86e81e8cff (diff) | |
download | libmatemixer-10a0b2193303063167a297f542c4de0952a4cd25.tar.bz2 libmatemixer-10a0b2193303063167a297f542c4de0952a4cd25.tar.xz |
alsa: Fix FTBFS with old versions of ALSA (fixes #4)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bdf1a62..ea34e31 100644 --- a/configure.ac +++ b/configure.ac @@ -140,7 +140,8 @@ AC_SUBST(PULSEAUDIO_LIBS) # ----------------------------------------------------------------------- # ALSA # ----------------------------------------------------------------------- -ALSA_REQUIRED_VERSION=1.0.0 +# This is set accordingly to the version reported by liboss4-salsa +ALSA_REQUIRED_VERSION=1.0.5 AC_ARG_ENABLE([alsa], AS_HELP_STRING([--enable-alsa], |