Merge "BuildSystem: Enable PortAudio in NetBSD."

This commit is contained in:
Jenkins2
2018-03-13 17:55:22 -05:00
committed by Gerrit Code Review
3 changed files with 98 additions and 1 deletions

View File

@@ -2286,6 +2286,7 @@ AST_PKG_CONFIG_CHECK([PYTHONDEV], [python])
AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
AST_PKG_CONFIG_CHECK([PORTAUDIO], [portaudio-2.0])
AST_EXT_LIB_CHECK([PORTAUDIO], [portaudio], [Pa_GetDeviceCount], [portaudio.h])
AST_EXT_LIB_CHECK([PRI], [pri], [pri_connected_line_update], [libpri.h])