diff options
Diffstat (limited to 'cmake/scripts/linux')
| -rw-r--r-- | cmake/scripts/linux/ArchSetup.cmake | 1 | ||||
| -rw-r--r-- | cmake/scripts/linux/Install.cmake | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/cmake/scripts/linux/ArchSetup.cmake b/cmake/scripts/linux/ArchSetup.cmake index 624edf6..602ef3d 100644 --- a/cmake/scripts/linux/ArchSetup.cmake +++ b/cmake/scripts/linux/ArchSetup.cmake | |||
| @@ -81,7 +81,6 @@ if(KODI_DEPENDSBUILD) | |||
| 81 | set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) | 81 | set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) |
| 82 | endif() | 82 | endif() |
| 83 | 83 | ||
| 84 | find_package(CXX11 REQUIRED) | ||
| 85 | include(LDGOLD) | 84 | include(LDGOLD) |
| 86 | 85 | ||
| 87 | include(CheckIncludeFiles) | 86 | include(CheckIncludeFiles) |
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 |
