summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>2012-05-23 16:38:18 +0900
committerMichael Schuldt <michael.schuldt@bmw.de>2012-05-23 11:02:17 +0200
commit43cc4a263d0556a86dfed0b92bef37c32aeaad51 (patch)
tree7139e65f05890cbdcb69a271bf0182ebd11521de /config
parent6d88f91ab89aa1f86cd05fc1d54a931684dd3a51 (diff)
downloadlayer_management-43cc4a263d0556a86dfed0b92bef37c32aeaad51.tar.gz
LayerManagerPlugins: drm backend for Wayland
WindowSystems: - Add WaylandDrmWindowSystem for drm backend of Wayland GraphicSystems: - Add DrmGLESGraphicSystem for drm backend of wayland - This is child class of GLESGraphicSystem to add DRM special part TextureBinders: - Modify EglImage for Wayland WaylandGLESRenderer: - Add drm backend for Wayland
Diffstat (limited to 'config')
-rw-r--r--config/res/config.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/res/config.h.cmake b/config/res/config.h.cmake
index b6a5343..c403f51 100644
--- a/config/res/config.h.cmake
+++ b/config/res/config.h.cmake
@@ -92,6 +92,9 @@
// use automotive dlt for logging
#cmakedefine WITH_DLT
+// use wayland-drm compositor
+#cmakedefine WITH_WAYLAND_DRM
+
//-----------------------------------------------------------------------------
// human readable report
//-----------------------------------------------------------------------------
@@ -114,6 +117,7 @@
LOG_DEBUG("Config", "WITH_WAYLAND = ${WITH_WAYLAND}"); \
LOG_DEBUG("Config", "WITH_WAYLAND_FBDEV = ${WITH_WAYLAND_FBDEV}"); \
LOG_DEBUG("Config", "WITH_WAYLAND_X11 = ${WITH_WAYLAND_X11}"); \
+ LOG_DEBUG("Config", "WITH_WAYLAND_DRM = ${WITH_WAYLAND_DRM}"); \
LOG_DEBUG("Config", "WITH_XTHREADS = ${WITH_XTHREADS}"); \
LOG_DEBUG("Config", "WITH_DLT = ${WITH_DLT}");