elementary: Add ecore-drm header and ELM_DRM engine define
authorChris Michael <cp.michael@samsung.com>
Fri, 28 Mar 2014 07:19:06 +0000 (07:19 +0000)
committerChris Michael <cp.michael@samsung.com>
Tue, 1 Apr 2014 06:10:51 +0000 (07:10 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
legacy/elementary/src/lib/elm_priv.h

index e83cd60..3e66b10 100644 (file)
@@ -12,6 +12,9 @@
 #ifdef HAVE_ELEMENTARY_WAYLAND
 #include <Ecore_Wayland.h>
 #endif
+#ifdef HAVE_ELEMENTARY_DRM
+#include <Ecore_Drm.h>
+#endif
 
 #include <Eio.h>
 
@@ -151,6 +154,7 @@ extern const char *_elm_engines[];
 #define ELM_SOFTWARE_PSL1GHT  (_elm_engines[15])
 #define ELM_WAYLAND_SHM       (_elm_engines[16])
 #define ELM_WAYLAND_EGL       (_elm_engines[17])
+#define ELM_DRM               (_elm_engines[18])
 
 #define ELM_FONT_TOKEN_STYLE  ":style="