From b0fc4ed981acacb95d94841d9509b2579ecf23b4 Mon Sep 17 00:00:00 2001 From: Gustavo Alvarez Date: Sat, 3 Sep 2016 20:11:45 +0200 Subject: [PATCH] Fix build with pulseaudio. fix https://github.com/reicast/reicast-emulator/issues/934 --- shell/cmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/cmake/CMakeLists.txt b/shell/cmake/CMakeLists.txt index d59fcf0bd..14b7f390a 100644 --- a/shell/cmake/CMakeLists.txt +++ b/shell/cmake/CMakeLists.txt @@ -146,6 +146,7 @@ endif() if(USE_PULSEAUDIO) add_definitions(-DUSE_PULSEAUDIO) + list(APPEND libs pulse-simple) endif() # Graphic stuffs: