raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b6ae403cb00fa0fe74941c27b5c18eb657b1d385
commit b6ae403cb00fa0fe74941c27b5c18eb657b1d385 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Jan 12 12:08:46 2015 +0900 elm - fix build problem with examples - elocation api this fixes build of location_example_01.c as per fix in D1863 but done properly so people can't use elm elocation unless they enable beta apis --- src/lib/Elementary.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 9f6bfdb..6e87bf0 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -13,7 +13,6 @@ @ELM_UNIX_DEF@ ELM_UNIX @ELM_WIN32_DEF@ ELM_WIN32 -@ELM_ELOCATION_DEF@ ELM_ELOCATION @ELM_WEB2_DEF@ ELM_WEB2 @ELM_EMAP_DEF@ ELM_EMAP @ELM_DEBUG_DEF@ ELM_DEBUG @@ -21,6 +20,10 @@ @ELM_LIBINTL_H_DEF@ ELM_LIBINTL_H @ELM_DIRENT_H_DEF@ ELM_DIRENT_H +#ifdef EFL_BETA_API_SUPPORT +@ELM_ELOCATION_DEF@ ELM_ELOCATION +#endif + /* Standard headers for standard system calls etc. */ #include <stdio.h> #include <stdlib.h> --
