Fix build with pulseaudio. fix https://github.com/reicast/reicast-emulator/issues/934
This commit is contained in:
parent
73e2691c61
commit
b0fc4ed981
|
@ -146,6 +146,7 @@ endif()
|
|||
|
||||
if(USE_PULSEAUDIO)
|
||||
add_definitions(-DUSE_PULSEAUDIO)
|
||||
list(APPEND libs pulse-simple)
|
||||
endif()
|
||||
|
||||
# Graphic stuffs:
|
||||
|
|
Loading…
Reference in New Issue