From: Mike Blumenkrantz Date: Mon, 26 Feb 2018 19:47:25 +0000 (-0500) Subject: efl_ui: do not include evas gl header if legacy support is not requested X-Git-Tag: upstream/1.21.0~1827 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b6a1689b8038c5252674155ef01cad728d45eaf;p=platform%2Fupstream%2Fefl.git efl_ui: do not include evas gl header if legacy support is not requested this will not build without legacy --- diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h index ad52e0a..0202af9 100644 --- a/src/lib/elementary/Efl_Ui.h +++ b/src/lib/elementary/Efl_Ui.h @@ -118,7 +118,9 @@ #include #include -#include +#ifndef EFL_NOLEGACY_API_SUPPORT +# include +#endif #include #include #include