rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=8114e2e9e19a027b760a5ee3454ce4db99af6d67

commit 8114e2e9e19a027b760a5ee3454ce4db99af6d67
Author: Vitalii Vorobiov <[email protected]>
Date:   Wed Aug 3 15:04:43 2016 +0300

    eflete: return EFL_BETA_API_SUPPORT
    
    or else it doesn't build with current version of efl 1.18
    
    @fix
---
 src/bin/common/string_common.c | 2 +-
 src/bin/eflete.h               | 4 ++++
 src/bin/main.c                 | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/bin/common/string_common.c b/src/bin/common/string_common.c
index 6fe9e2a..7309e74 100644
--- a/src/bin/common/string_common.c
+++ b/src/bin/common/string_common.c
@@ -17,10 +17,10 @@
  * along with this program; If not, see www.gnu.org/licenses/lgpl.html.
  */
 
+#include "eflete.h"
 #include <string.h>
 #include <Eina.h>
 #include <assert.h>
-#include "eflete.h"
 
 int
 sort_cb(const void *data1, const void *data2)
diff --git a/src/bin/eflete.h b/src/bin/eflete.h
index ced6d0f..82012be 100644
--- a/src/bin/eflete.h
+++ b/src/bin/eflete.h
@@ -28,6 +28,10 @@
  * some functions that free/init base required components)
  */
 
+#ifndef EFL_BETA_API_SUPPORT
+   #define EFL_BETA_API_SUPPORT 1
+#endif
+
 #ifdef HAVE_CONFIG_H
    #include "eflete_config.h"
 #endif /* include eflete_config.h */
diff --git a/src/bin/main.c b/src/bin/main.c
index fac4a4f..1881b15 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -17,9 +17,9 @@
  * along with this program; If not, see www.gnu.org/licenses/lgpl.html.
  */
 
+#include "main_window.h"
 #include <Ecore_Getopt.h>
 #include <regex.h>
-#include "main_window.h"
 #include "project_navigator.h"
 #include "project_manager.h"
 #include "project_common.h"

-- 


Reply via email to