diff options
author | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-01-21 12:17:12 +0100 |
---|---|---|
committer | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-01-23 18:23:40 +0100 |
commit | 9f2a2f7968c0b7e036093945cdc035427b681809 (patch) | |
tree | 230b9a5649a520f49fa9216c789e18e3c087a17b /src/lib/efl/Efl_Config.h.cmake | |
parent | fe1863e30d21ad957db4929a7c402e07731530dd (diff) |
cmake: we need to enable beta api support
otherwise we cannot build our own api...
Diffstat (limited to 'src/lib/efl/Efl_Config.h.cmake')
-rw-r--r-- | src/lib/efl/Efl_Config.h.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/efl/Efl_Config.h.cmake b/src/lib/efl/Efl_Config.h.cmake index f068588125..3b356f06ca 100644 --- a/src/lib/efl/Efl_Config.h.cmake +++ b/src/lib/efl/Efl_Config.h.cmake | |||
@@ -6,8 +6,10 @@ | |||
6 | * and/or -DEFL_EO_API_SUPPORT as desired | 6 | * and/or -DEFL_EO_API_SUPPORT as desired |
7 | */ | 7 | */ |
8 | #ifndef EFL_API_OVERRIDE | 8 | #ifndef EFL_API_OVERRIDE |
9 | |||
9 | #cmakedefine EFL_API_LEGACY_DEF | 10 | #cmakedefine EFL_API_LEGACY_DEF |
10 | #cmakedefine EFL_EO_API_SUPPORT | 11 | #cmakedefine EFL_EO_API_SUPPORT |
12 | #cmakedefine EFL_BETA_API_SUPPORT | ||
11 | /* You can't disable Eo API anymore as EFL use it everywhere internally | 13 | /* You can't disable Eo API anymore as EFL use it everywhere internally |
12 | and we don't want to expose it publicly just yet, so keep it hidden | 14 | and we don't want to expose it publicly just yet, so keep it hidden |
13 | and require an explicit request to get it. */ | 15 | and require an explicit request to get it. */ |