From ae5fd9a5982fe82a591f1a80f8d4316f9e045ff4 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 28 Jan 2014 12:06:15 +0100 Subject: [PATCH] Allow build for pure wayland platform. Change-Id: I2bdc25ad53087de17eb57b2af5409cf7b6a9f28d Signed-off-by: Ronan Le Martret --- modules/core/include/dpl/framework_efl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/include/dpl/framework_efl.h b/modules/core/include/dpl/framework_efl.h index 6246587..7097606 100644 --- a/modules/core/include/dpl/framework_efl.h +++ b/modules/core/include/dpl/framework_efl.h @@ -22,4 +22,7 @@ #pragma GCC system_header #include #include + +#ifdef X11 #include +#endif -- 2.34.1