summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/linux
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/linux')
-rw-r--r--cmake/scripts/linux/ArchSetup.cmake1
-rw-r--r--cmake/scripts/linux/Install.cmake5
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)
82endif() 82endif()
83 83
84find_package(CXX11 REQUIRED)
85include(LDGOLD) 84include(LDGOLD)
86 85
87include(CheckIncludeFiles) 86include(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})
20set(APP_LIB_DIR ${libdir}/${APP_NAME_LC}) 20set(APP_LIB_DIR ${libdir}/${APP_NAME_LC})
21set(APP_DATA_DIR ${datarootdir}/${APP_NAME_LC}) 21set(APP_DATA_DIR ${datarootdir}/${APP_NAME_LC})
22set(APP_INCLUDE_DIR ${includedir}/${APP_NAME_LC}) 22set(APP_INCLUDE_DIR ${includedir}/${APP_NAME_LC})
23set(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
26if(EXISTS ${CMAKE_SOURCE_DIR}/tools/Linux/kodi-standalone.sh.pulse) 25if(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)
272endif() 271endif()
273 272
274# Install XBT skin files 273# Install XBT skin files