summaryrefslogtreecommitdiffstats
path: root/cmake/platform/linux
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/linux')
-rw-r--r--cmake/platform/linux/gbm.cmake2
-rw-r--r--cmake/platform/linux/rbpi.cmake1
2 files changed, 3 insertions, 0 deletions
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/linux/rbpi.cmake b/cmake/platform/linux/rbpi.cmake
new file mode 100644
index 0000000..4899857
--- /dev/null
+++ b/cmake/platform/linux/rbpi.cmake
@@ -0,0 +1 @@
set(PLATFORM_REQUIRED_DEPS OpenGLES EGL MMAL)