diff options
| author | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
| commit | e317daf081a1048904fdf0b548946fa3ba6593a7 (patch) | |
| tree | 285a58fe8c6b4a95c9a6020afbe7bcc9cb913ea7 /cmake/platform | |
| parent | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff) | |
| download | kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.gz kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.bz2 kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.zip | |
sync with upstream
Diffstat (limited to 'cmake/platform')
| -rw-r--r-- | cmake/platform/android/android.cmake | 1 | ||||
| -rw-r--r-- | cmake/platform/freebsd/x11.cmake | 1 | ||||
| -rw-r--r-- | cmake/platform/ios/ios.cmake | 1 | ||||
| -rw-r--r-- | cmake/platform/osx/osx.cmake | 1 | ||||
| -rw-r--r-- | cmake/platform/windows/windows.cmake | 3 | ||||
| -rw-r--r-- | cmake/platform/windowsstore/windowsstore.cmake | 3 |
6 files changed, 8 insertions, 2 deletions
diff --git a/cmake/platform/android/android.cmake b/cmake/platform/android/android.cmake index c857cba..1450d28 100644 --- a/cmake/platform/android/android.cmake +++ b/cmake/platform/android/android.cmake | |||
| @@ -1 +1,2 @@ | |||
| 1 | set(PLATFORM_REQUIRED_DEPS OpenGLES EGL Zip) | 1 | set(PLATFORM_REQUIRED_DEPS OpenGLES EGL Zip) |
| 2 | set(APP_RENDER_SYSTEM gles) | ||
diff --git a/cmake/platform/freebsd/x11.cmake b/cmake/platform/freebsd/x11.cmake index 656fd66..09cebde 100644 --- a/cmake/platform/freebsd/x11.cmake +++ b/cmake/platform/freebsd/x11.cmake | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM) | 1 | set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM) |
| 2 | set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU GLX) | 2 | set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU GLX) |
| 3 | set(APP_RENDER_SYSTEM gl) | ||
diff --git a/cmake/platform/ios/ios.cmake b/cmake/platform/ios/ios.cmake index ab0f361..75c9b7b 100644 --- a/cmake/platform/ios/ios.cmake +++ b/cmake/platform/ios/ios.cmake | |||
| @@ -1 +1,2 @@ | |||
| 1 | set(PLATFORM_REQUIRED_DEPS OpenGLES) | 1 | set(PLATFORM_REQUIRED_DEPS OpenGLES) |
| 2 | set(APP_RENDER_SYSTEM gles) | ||
diff --git a/cmake/platform/osx/osx.cmake b/cmake/platform/osx/osx.cmake index e81703c..fbe8d96 100644 --- a/cmake/platform/osx/osx.cmake +++ b/cmake/platform/osx/osx.cmake | |||
| @@ -1 +1,2 @@ | |||
| 1 | set(PLATFORM_REQUIRED_DEPS OpenGl Sdl) | 1 | set(PLATFORM_REQUIRED_DEPS OpenGl Sdl) |
| 2 | set(APP_RENDER_SYSTEM gl) | ||
diff --git a/cmake/platform/windows/windows.cmake b/cmake/platform/windows/windows.cmake index dbe9417..b0c2992 100644 --- a/cmake/platform/windows/windows.cmake +++ b/cmake/platform/windows/windows.cmake | |||
| @@ -1 +1,2 @@ | |||
| 1 | # File intentionally left empty | 1 | set(PLATFORM_REQUIRED_DEPS D3DX11Effects) |
| 2 | set(APP_RENDER_SYSTEM dx11) | ||
diff --git a/cmake/platform/windowsstore/windowsstore.cmake b/cmake/platform/windowsstore/windowsstore.cmake index 266fb3e..b0c2992 100644 --- a/cmake/platform/windowsstore/windowsstore.cmake +++ b/cmake/platform/windowsstore/windowsstore.cmake | |||
| @@ -1 +1,2 @@ | |||
| 1 | set(PLATFORM_REQUIRED_DEPS zlib) | 1 | set(PLATFORM_REQUIRED_DEPS D3DX11Effects) |
| 2 | set(APP_RENDER_SYSTEM dx11) | ||
