summaryrefslogtreecommitdiffstats
path: root/cmake/platform/linux/rbpi.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/linux/rbpi.cmake')
-rw-r--r--cmake/platform/linux/rbpi.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/platform/linux/rbpi.cmake b/cmake/platform/linux/rbpi.cmake
index 4899857..fa9a1dc 100644
--- a/cmake/platform/linux/rbpi.cmake
+++ b/cmake/platform/linux/rbpi.cmake
@@ -1 +1,3 @@
1set(PLATFORM_REQUIRED_DEPS OpenGLES EGL MMAL) 1set(PLATFORM_REQUIRED_DEPS OpenGLES EGL MMAL)
2set(APP_RENDER_SYSTEM gles)
3list(APPEND PLATFORM_DEFINES -D_ARMEL -DTARGET_RASPBERRY_PI)