diff options
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 | ||
