Install libpulse-dev for Linux builds.
authorStephen Sinclair <radarsat1@gmail.com>
Wed, 18 Oct 2017 15:00:28 +0000 (12:00 -0300)
committerStephen Sinclair <radarsat1@gmail.com>
Wed, 18 Oct 2017 20:33:01 +0000 (17:33 -0300)
.travis.yml

index c9afc3a2f688db04c227bbf735f5346dfe713d8f..f141ee66fce4fcaf3610384903e692bd9b6fab31 100644 (file)
@@ -67,7 +67,7 @@ matrix:
     env: HOST="" API="core"
     compiler: clang
 install:
-- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libasound2-dev libjack-dev doxygen g++-mingw-w64-i686 g++-mingw-w64-x86-64 g++-arm-linux-gnueabihf oss4-dev; fi
+- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libasound2-dev libjack-dev libpulse-dev doxygen g++-mingw-w64-i686 g++-mingw-w64-x86-64 g++-arm-linux-gnueabihf oss4-dev; fi
 - if [ $TRAVIS_OS_NAME = osx ]; then brew install doxygen || (brew update && brew install doxygen); fi
 - if [ -n "$HOST" ]; then unset CXX; unset CC; fi
 script: ./autogen.sh --enable-debug --with-$API $HOST && make