diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-02-19 12:57:57 +0100 |
---|---|---|
committer | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-02-19 12:57:57 +0100 |
commit | 768044c6294e49982c629227d0c4c65d46b9701a (patch) | |
tree | 23788d41791914b626ff65d4e02997de38c4aeea | |
parent | 07daa5578e1d20eb056ce064baa42dbd47c86be2 (diff) |
CMake: kodi-eventclients-wiiremote depends on cwiid
Fixes
CMake Error at cmake_install.cmake:15930 (file):
file INSTALL cannot find
"/home/buildroot/br/output/build/kodi-07daa5578e1d20eb056ce064baa42dbd47c86be2/project/cmake/build/WiiRemote/kodi-wiiremote".
-rw-r--r-- | project/cmake/scripts/linux/Install.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/scripts/linux/Install.cmake b/project/cmake/scripts/linux/Install.cmake index 4372a750bb..77f930faf9 100644 --- a/project/cmake/scripts/linux/Install.cmake +++ b/project/cmake/scripts/linux/Install.cmake @@ -264,7 +264,7 @@ if(ENABLE_EVENTCLIENTS) DESTINATION ${bindir} COMPONENT kodi-eventclients-ps3) - if(BLUETOOTH_FOUND) + if(BLUETOOTH_FOUND AND CWIID_FOUND) # Install kodi-eventclients-wiiremote install(PROGRAMS ${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/WiiRemote/${APP_NAME_LC}-wiiremote DESTINATION ${bindir} |