diff options
| author | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
| commit | e317daf081a1048904fdf0b548946fa3ba6593a7 (patch) | |
| tree | 285a58fe8c6b4a95c9a6020afbe7bcc9cb913ea7 /cmake/scripts/linux/Install.cmake | |
| parent | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff) | |
| download | kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.gz kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.bz2 kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.zip | |
sync with upstream
Diffstat (limited to 'cmake/scripts/linux/Install.cmake')
| -rw-r--r-- | cmake/scripts/linux/Install.cmake | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake index d64b98a..36c0299 100644 --- a/cmake/scripts/linux/Install.cmake +++ b/cmake/scripts/linux/Install.cmake | |||
| @@ -20,7 +20,6 @@ set(APP_PREFIX ${prefix}) | |||
| 20 | set(APP_LIB_DIR ${libdir}/${APP_NAME_LC}) | 20 | set(APP_LIB_DIR ${libdir}/${APP_NAME_LC}) |
| 21 | set(APP_DATA_DIR ${datarootdir}/${APP_NAME_LC}) | 21 | set(APP_DATA_DIR ${datarootdir}/${APP_NAME_LC}) |
| 22 | set(APP_INCLUDE_DIR ${includedir}/${APP_NAME_LC}) | 22 | set(APP_INCLUDE_DIR ${includedir}/${APP_NAME_LC}) |
| 23 | set(CXX11_SWITCH "-std=c++11") | ||
| 24 | 23 | ||
| 25 | # Set XBMC_STANDALONE_SH_PULSE so we can insert PulseAudio block into kodi-standalone | 24 | # Set XBMC_STANDALONE_SH_PULSE so we can insert PulseAudio block into kodi-standalone |
| 26 | if(EXISTS ${CMAKE_SOURCE_DIR}/tools/Linux/kodi-standalone.sh.pulse) | 25 | if(EXISTS ${CMAKE_SOURCE_DIR}/tools/Linux/kodi-standalone.sh.pulse) |
| @@ -264,11 +263,11 @@ if(ENABLE_EVENTCLIENTS) | |||
| 264 | COMPONENT kodi-eventclients-wiiremote) | 263 | COMPONENT kodi-eventclients-wiiremote) |
| 265 | endif() | 264 | endif() |
| 266 | 265 | ||
| 267 | # Install kodi-eventclients-xbmc-send | 266 | # Install kodi-eventclients-kodi-send |
| 268 | install(PROGRAMS ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/KodiSend/kodi-send.py | 267 | install(PROGRAMS ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/KodiSend/kodi-send.py |
| 269 | RENAME ${APP_NAME_LC}-send | 268 | RENAME ${APP_NAME_LC}-send |
| 270 | DESTINATION ${bindir} | 269 | DESTINATION ${bindir} |
| 271 | COMPONENT kodi-eventclients-xbmc-send) | 270 | COMPONENT kodi-eventclients-kodi-send) |
| 272 | endif() | 271 | endif() |
| 273 | 272 | ||
| 274 | # Install XBT skin files | 273 | # Install XBT skin files |
