diff --git a/xbmc/cores/AudioEngine/CMakeLists.txt b/xbmc/cores/AudioEngine/CMakeLists.txt index 37e82d44f3ba1..cb682effe32fd 100644 --- a/xbmc/cores/AudioEngine/CMakeLists.txt +++ b/xbmc/cores/AudioEngine/CMakeLists.txt @@ -46,4 +46,4 @@ endif() include_directories(${CMAKE_CURRENT_SOURCE_DIR}) core_add_library(audioengine) -add_dependencies(audioengine ffmpeg) +add_dependencies(audioengine libcpluff ffmpeg) diff --git a/xbmc/cores/paplayer/CMakeLists.txt b/xbmc/cores/paplayer/CMakeLists.txt index 5df01ac4e6397..7953d515182f7 100644 --- a/xbmc/cores/paplayer/CMakeLists.txt +++ b/xbmc/cores/paplayer/CMakeLists.txt @@ -4,4 +4,4 @@ set(SOURCES AudioDecoder.cpp VideoPlayerCodec.cpp) core_add_library(paplayer) -add_dependencies(paplayer ffmpeg) +add_dependencies(paplayer libcpluff ffmpeg) diff --git a/xbmc/events/CMakeLists.txt b/xbmc/events/CMakeLists.txt index 7a5aefa1f69f1..78ab0c051738f 100644 --- a/xbmc/events/CMakeLists.txt +++ b/xbmc/events/CMakeLists.txt @@ -5,3 +5,4 @@ set(SOURCES AddonEvent.cpp MediaLibraryEvent.cpp) core_add_library(events) +add_dependencies(events libcpluff)