Skip to content
Snippets Groups Projects
Commit d7b23375 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf
Browse files

configure: require PulseAudio 6.0

This is needed in the next commit.
parent b4d191dd
No related branches found
No related tags found
1 merge request!2041Clean up PulseAudio buffer handling
......@@ -3604,11 +3604,11 @@ AC_ARG_ENABLE([pulse],
[use the PulseAudio client library (default auto)]))
have_pulse="no"
AS_IF([test "${enable_pulse}" != "no"], [
PKG_CHECK_MODULES([PULSE], [libpulse >= 1.0], [
PKG_CHECK_MODULES([PULSE], [libpulse >= 6.0], [
have_pulse="yes"
], [
AS_IF([test "x${enable_pulse}" != "x"], [
AC_MSG_ERROR([$PULSE_PKG_ERRORS. PulseAudio 1.0 or later required.])
AC_MSG_ERROR([$PULSE_PKG_ERRORS. PulseAudio 6.0 or later required.])
])
])
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment