Age | Commit message (Collapse) | Author |
|
|
|
|
|
Allow a platform to exclude a dependency from the optional_deps list.
This example includes CEC that isnt used for ios/tvos/android/UWP
|
|
This enables a platform to set specific search config criteria for use with
find_* cmake calls. For platforms like apple/android, we dont ever want system libs,
we only want to search our provided depends path.
|
|
|
|
|
|
|
|
libzip is only used by android.
It supports cmake build system, so lets just build during core cmake build in Find modules
rename folder to libzip to match libname
|
|
|
|
Provides a single location to set required values for android target SDK and minimum sdk
|
|
dont use tools/depends for libandroidjni. build via cmake find module as
a required_platform_dep
|
|
|
|
In the implementation of GLES under Windows found the foolish finding of OpenGL. This seems to exist systematically and makes it a little harder. Then found that "APP_RENDER_SYSTEM" of "KodiConfig.cmake" is not defined correctly (empty defined).
This request fixes this and uses the "platform" folder.
Parts of "Platform.cmake" are also included in PrepareEnv.cmake.
TODO: Refactor on v19 to remove the if/else usage
|
|
|
|
|
|
|
|
|