Allow build for pure wayland platform. 93/15793/2
authorRonan Le Martret <ronan@fridu.net>
Tue, 28 Jan 2014 11:06:15 +0000 (12:06 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Wed, 29 Jan 2014 15:18:11 +0000 (07:18 -0800)
Change-Id: I2bdc25ad53087de17eb57b2af5409cf7b6a9f28d
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
modules/core/include/dpl/framework_efl.h

index 6246587c97e2655934b57708acd51e2e73ff02e8..7097606ee1054d36502b9f118209251afefb3739 100644 (file)
@@ -22,4 +22,7 @@
 #pragma GCC system_header
 #include <Ecore.h>
 #include <Elementary.h>
+
+#ifdef X11
 #include <Ecore_X.h>
+#endif