Age | Commit message (Collapse) | Author |
|
|
|
When cross-compiling, the location at build time of the libraries is
not the same as the one at run-time. The CMAKE_FIND_ROOT_PATH variable
is here to handle this difference, so use it in kodi-config.cmake.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(rebased and simplified for Kodi 17.0-Krypton)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
(rebased for Kodi 19.0-Matrix)
|
|
|
|
Also remove the FindCXX11.cmake module and make use of CMake
techniques to specify the necessary compiler flags.
|
|
The project CMakeLists.txt usually sets the CMAKE_CXX_STANDARD variable,
and it also makes this standard a requirement. As a result, cmake will
pass the desired -std=${val} already to the compiler.
To cover also external addons, set the relevant CXX flags in
KodiConfig.cmake, which is used by addons.
Remove unneeded assignments to CXX11_SWITCH.
Remove uneeded FindCXX11.cmake.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
|
|
wayland can use either gl or gles and we need to know which in add-ons
|
|
Remove hardcoded "org.xbmc" package name prefix across the source tree
|
|
|