raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5f24a6496887b3c850b0aac3789d4a1bfd58a3d2

commit 5f24a6496887b3c850b0aac3789d4a1bfd58a3d2
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Nov 8 14:50:04 2018 +0000

    elocation - only define ebta api support if needed - not needed here...
---
 src/lib/elocation/gen/eldbus_geo_clue2_client.c   | 4 +++-
 src/lib/elocation/gen/eldbus_geo_clue2_location.c | 4 +++-
 src/lib/elocation/gen/eldbus_geo_clue2_manager.c  | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/lib/elocation/gen/eldbus_geo_clue2_client.c 
b/src/lib/elocation/gen/eldbus_geo_clue2_client.c
index f341c5e24d..b116647998 100644
--- a/src/lib/elocation/gen/eldbus_geo_clue2_client.c
+++ b/src/lib/elocation/gen/eldbus_geo_clue2_client.c
@@ -1,4 +1,6 @@
-#define EFL_BETA_API_SUPPORT
+#ifndef EFL_BETA_API_SUPPORT
+# define EFL_BETA_API_SUPPORT
+#endif
 
 #include "eldbus_geo_clue2_client.h"
 
diff --git a/src/lib/elocation/gen/eldbus_geo_clue2_location.c 
b/src/lib/elocation/gen/eldbus_geo_clue2_location.c
index a4fc6a9a8d..57728c1724 100644
--- a/src/lib/elocation/gen/eldbus_geo_clue2_location.c
+++ b/src/lib/elocation/gen/eldbus_geo_clue2_location.c
@@ -1,4 +1,6 @@
-#define EFL_BETA_API_SUPPORT
+#ifndef EFL_BETA_API_SUPPORT
+# define EFL_BETA_API_SUPPORT
+#endif
 
 #include "eldbus_geo_clue2_location.h"
 
diff --git a/src/lib/elocation/gen/eldbus_geo_clue2_manager.c 
b/src/lib/elocation/gen/eldbus_geo_clue2_manager.c
index 408bb030c4..838a530d4d 100644
--- a/src/lib/elocation/gen/eldbus_geo_clue2_manager.c
+++ b/src/lib/elocation/gen/eldbus_geo_clue2_manager.c
@@ -1,4 +1,6 @@
-#define EFL_BETA_API_SUPPORT
+#ifndef EFL_BETA_API_SUPPORT
+# define EFL_BETA_API_SUPPORT
+#endif
 
 #include "eldbus_geo_clue2_manager.h"
 

-- 


Reply via email to