osx build - try again

try fix T6448 again
This commit is contained in:
Carsten Haitzler 2017-12-20 18:04:05 +09:00
parent 4262c33bfc
commit 26acc9bea2
6 changed files with 19 additions and 5 deletions

View File

@ -2,7 +2,9 @@
# include "elementary_config.h"
#endif
#include <Elementary.h>
#include "Elementary.h"
#define ELEMENTARY_BUILD
#include "elm_module_helper.h"
/* to enable this module

View File

@ -2,11 +2,14 @@
#include "elementary_config.h"
#endif
#include <Elementary.h>
#include "Elementary.h"
#include "elm_module_helper.h"
#include "elm_widget.h"
#include "efl_ui_clock_private.h"
#include "elm_ctxpopup_item.eo.h"
#include "elm_ctxpopup.eo.h"
#define ELEMENTARY_BUILD
#include "elm_module_helper.h"
#define CLOCK_FIELD_COUNT 8

View File

@ -3,6 +3,8 @@
#endif
#include "Elementary.h"
#define ELEMENTARY_BUILD
#include "private.h"
/* including declaration of each prefs item implementation iface struct */

View File

@ -2,7 +2,9 @@
# include "elementary_config.h"
#endif
#include <Elementary.h>
#include "Elementary.h"
#define ELEMENTARY_BUILD
#include "elm_module_helper.h"
// module api funcs needed

View File

@ -3,7 +3,10 @@
#endif
#include "Elementary.h"
#include "elm_module_helper.h"
#include "elm_widget_map.h"
#define ELEMENTARY_BUILD
#include "elm_module_helper.h"
EAPI Eina_Stringshare *

View File

@ -4,10 +4,12 @@
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h>
#include "Elementary.h"
#include "elm_module_helper.h"
#include "elm_priv.h"
#include "elm_widget_web.h"
#define ELEMENTARY_BUILD
#include "elm_module_helper.h"
#include "elm_web_none.eo.h"