aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform
diff options
context:
space:
mode:
authorpeak3d <pfau@peak3d.de>2018-02-12 22:58:46 +0100
committerpeak3d <pfau@peak3d.de>2018-02-12 22:58:46 +0100
commita3cd29c51642dee16bc626731888b3f79e799e3e (patch)
tree4692a769bda30d22a1a94b58cb14f7788615474e /cmake/platform
parent9c61125bb9bf6c638fdf090ab417596d78794496 (diff)
[GBM] Add meson / allow single plane mode
Diffstat (limited to 'cmake/platform')
-rw-r--r--cmake/platform/linux/gbm.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/platform/linux/gbm.cmake b/cmake/platform/linux/gbm.cmake
index 5f5cb8312c..d2891665db 100644
--- a/cmake/platform/linux/gbm.cmake
+++ b/cmake/platform/linux/gbm.cmake
@@ -1,3 +1,4 @@
set(PLATFORM_REQUIRED_DEPS OpenGLES EGL GBM LibDRM)
set(PLATFORM_OPTIONAL_DEPS VAAPI)
set(APP_RENDER_SYSTEM gles)
+list(APPEND PLATFORM_DEFINES -DMESA_EGL_NO_X11_HEADERS)