diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-02-03 12:17:05 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-02-03 12:36:50 -0200 |
commit | 3cc60ce5f388e7edfc2d07bbdf95d09a16b673b7 (patch) | |
tree | a9df5338145ef20060a2a419e016da0cb977fc87 /src/lib/efl/Efl_Config.h.cmake | |
parent | 8dc853f2300ea70a9116325db773da22c6343c3c (diff) |
cmake: sync EFL_EO_API_SUPPORT definition with autotools.
in autotools we always define that symbol in config.h (thus now done
in common.cmake), while the Efl_Config.h that is generated never have
it, what's left is to enable/disable the legacy and beta APIs.
This fixes building eldbus_suite with cmake.
Diffstat (limited to 'src/lib/efl/Efl_Config.h.cmake')
-rw-r--r-- | src/lib/efl/Efl_Config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/efl/Efl_Config.h.cmake b/src/lib/efl/Efl_Config.h.cmake index a99d153f86..4f7a03ac1f 100644 --- a/src/lib/efl/Efl_Config.h.cmake +++ b/src/lib/efl/Efl_Config.h.cmake | |||
@@ -8,11 +8,11 @@ | |||
8 | #ifndef EFL_API_OVERRIDE | 8 | #ifndef EFL_API_OVERRIDE |
9 | 9 | ||
10 | #cmakedefine EFL_API_LEGACY_DEF | 10 | #cmakedefine EFL_API_LEGACY_DEF |
11 | #cmakedefine EFL_EO_API_SUPPORT | ||
12 | #cmakedefine EFL_BETA_API_SUPPORT | 11 | #cmakedefine EFL_BETA_API_SUPPORT |
13 | /* You can't disable Eo API anymore as EFL use it everywhere internally | 12 | /* You can't disable Eo API anymore as EFL use it everywhere internally |
14 | and we don't want to expose it publicly just yet, so keep it hidden | 13 | and we don't want to expose it publicly just yet, so keep it hidden |
15 | and require an explicit request to get it. */ | 14 | and require an explicit request to get it. */ |
15 | /* #define EFL_EO_API_SUPPORT */ | ||
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #define EFL_VERSION_MAJOR @PROJECT_VERSION_MAJOR@ | 18 | #define EFL_VERSION_MAJOR @PROJECT_VERSION_MAJOR@ |