From: Ronan Le Martret Date: Tue, 28 Jan 2014 11:06:15 +0000 (+0100) Subject: Allow build for pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.081326~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae5fd9a5982fe82a591f1a80f8d4316f9e045ff4;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Allow build for pure wayland platform. Change-Id: I2bdc25ad53087de17eb57b2af5409cf7b6a9f28d Signed-off-by: Ronan Le Martret --- 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