1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix static linking with libpulse and shm

This commit is contained in:
Mathieu Schroeter 2022-01-14 23:18:15 +01:00
parent 428c84a29e
commit 806645251d
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8

View File

@ -224,7 +224,7 @@ if ("${STATIC_BUILD}")
if (BUILD_LINUX)
list (APPEND planetblupi_DEPS
${ALSA_STATIC_LIBRARIES}
${PULSE_STATIC_LIBRARIES}
${PULSE_STATIC_LIBRARIES} -lrt
)
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -L${CMAKE_INSTALL_PREFIX}/lib/pulseaudio")
endif ()