From 8b6a1689b8038c5252674155ef01cad728d45eaf Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 26 Feb 2018 14:47:25 -0500 Subject: [PATCH] efl_ui: do not include evas gl header if legacy support is not requested this will not build without legacy --- src/lib/elementary/Efl_Ui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4