summaryrefslogtreecommitdiffstats
path: root/cmake/platform
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-07-23 16:59:43 +0200
committermanuel <manuel@mausz.at>2017-07-23 16:59:43 +0200
commit4c3251ec645c8b71820dab7e51e612e5919d4e75 (patch)
tree9533268a93e58fc2e16de1b8ee3fafe3784e5225 /cmake/platform
parentf44ecaa4f27e7538ddcad66d40e543bffa2d2d86 (diff)
downloadkodi-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.cmake2
-rw-r--r--cmake/platform/linux/gbm.cmake2
-rw-r--r--cmake/platform/linux/rbpi.cmake (renamed from cmake/platform/rbpi/rbpi.cmake)0
-rw-r--r--cmake/platform/rbpi/defines.txt1
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 @@
1set(PLATFORM_REQUIRED_DEPS OpenGLES EGL GBM LibDRM)
2set(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