diff options
| author | manuel <manuel@mausz.at> | 2017-07-23 16:59:43 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2017-07-23 16:59:43 +0200 |
| commit | 4c3251ec645c8b71820dab7e51e612e5919d4e75 (patch) | |
| tree | 9533268a93e58fc2e16de1b8ee3fafe3784e5225 /cmake/platform | |
| parent | f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 (diff) | |
| download | kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.tar.gz kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.tar.bz2 kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.zip | |
sync with upstream
Diffstat (limited to 'cmake/platform')
| -rw-r--r-- | cmake/platform/android/android.cmake | 2 | ||||
| -rw-r--r-- | cmake/platform/linux/gbm.cmake | 2 | ||||
| -rw-r--r-- | cmake/platform/linux/rbpi.cmake (renamed from cmake/platform/rbpi/rbpi.cmake) | 0 | ||||
| -rw-r--r-- | cmake/platform/rbpi/defines.txt | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/cmake/platform/android/android.cmake b/cmake/platform/android/android.cmake index ab0f361..bfa003b 100644 --- a/cmake/platform/android/android.cmake +++ b/cmake/platform/android/android.cmake | |||
| @@ -1 +1 @@ | |||
| set(PLATFORM_REQUIRED_DEPS OpenGLES) | set(PLATFORM_REQUIRED_DEPS OpenGLES EGL) | ||
diff --git a/cmake/platform/linux/gbm.cmake b/cmake/platform/linux/gbm.cmake new file mode 100644 index 0000000..616cefb --- /dev/null +++ b/cmake/platform/linux/gbm.cmake | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | set(PLATFORM_REQUIRED_DEPS OpenGLES EGL GBM LibDRM) | ||
| 2 | set(PLATFORM_OPTIONAL_DEPS VAAPI OpenGLES3) | ||
diff --git a/cmake/platform/rbpi/rbpi.cmake b/cmake/platform/linux/rbpi.cmake index 4899857..4899857 100644 --- a/cmake/platform/rbpi/rbpi.cmake +++ b/cmake/platform/linux/rbpi.cmake | |||
diff --git a/cmake/platform/rbpi/defines.txt b/cmake/platform/rbpi/defines.txt deleted file mode 100644 index 08fe4cb..0000000 --- a/cmake/platform/rbpi/defines.txt +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | -DTARGET_POSIX -DTARGET_LINUX -D_LINUX -D_ARMEL -DTARGET_RASPBERRY_PI | ||
