From e317daf081a1048904fdf0b548946fa3ba6593a7 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 29 Apr 2019 12:22:05 +0200 Subject: sync with upstream --- cmake/scripts/linux/ArchSetup.cmake | 1 - cmake/scripts/linux/Install.cmake | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'cmake/scripts/linux') 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) set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) endif() -find_package(CXX11 REQUIRED) include(LDGOLD) 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}) set(APP_LIB_DIR ${libdir}/${APP_NAME_LC}) set(APP_DATA_DIR ${datarootdir}/${APP_NAME_LC}) set(APP_INCLUDE_DIR ${includedir}/${APP_NAME_LC}) -set(CXX11_SWITCH "-std=c++11") # Set XBMC_STANDALONE_SH_PULSE so we can insert PulseAudio block into kodi-standalone if(EXISTS ${CMAKE_SOURCE_DIR}/tools/Linux/kodi-standalone.sh.pulse) @@ -264,11 +263,11 @@ if(ENABLE_EVENTCLIENTS) COMPONENT kodi-eventclients-wiiremote) endif() - # Install kodi-eventclients-xbmc-send + # Install kodi-eventclients-kodi-send install(PROGRAMS ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/KodiSend/kodi-send.py RENAME ${APP_NAME_LC}-send DESTINATION ${bindir} - COMPONENT kodi-eventclients-xbmc-send) + COMPONENT kodi-eventclients-kodi-send) endif() # Install XBT skin files -- cgit v1.2.3