diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl_Config.h.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/efl/Efl_Config.h.in b/src/lib/efl/Efl_Config.h.in index 30c18aef20..e76c9e5f55 100644 --- a/src/lib/efl/Efl_Config.h.in +++ b/src/lib/efl/Efl_Config.h.in | |||
@@ -1,6 +1,13 @@ | |||
1 | #ifndef EFL_CONFIG_H | 1 | #ifndef EFL_CONFIG_H |
2 | #define EFL_CONFIG_H | 2 | #define EFL_CONFIG_H |
3 | 3 | ||
4 | #define XYXYXY 1 | 4 | /* Add -DEFL_API_OVERRIDE ot your CFLAGS to override the default |
5 | * installed api set and then fter that -DEFL_NOLEGACY_API_SUPPORT | ||
6 | * and/or -DEFL_EO_API_SUPPORT as desired | ||
7 | */ | ||
8 | #ifndef EFL_API_OVERRIDE | ||
9 | @EFL_API_LEGACY_DEF@ | ||
10 | @EFL_API_EO_DEF@ | ||
11 | #endif | ||
5 | 12 | ||
6 | #endif | 13 | #endif |