tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=79083ed3afd273ca1aaa65b5c237f380095e38c5

commit 79083ed3afd273ca1aaa65b5c237f380095e38c5
Author: Tom Hacohen <t...@stosb.com>
Date:   Fri May 29 16:42:24 2015 +0100

    Evas types: Fix inclusion of evas types from the right location.
    
    My system was dirty and it was already installed in the right place.
    Now it works as expected.
    
    Reported on IRC by batden.
---
 src/Makefile_Evas.am                     | 2 +-
 src/lib/evas/Evas_Common.h               | 2 +-
 src/lib/evas/{ => canvas}/evas_types.eot | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index 3058a84..ea6429e 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -43,7 +43,7 @@ evas_eolian_files = \
        lib/evas/canvas/efl_vg_gradient_linear.eo
 
 evas_eolian_type_files = \
-    lib/evas/evas_types.eot
+    lib/evas/canvas/evas_types.eot
 
 evas_eolian_c = $(evas_eolian_files:%.eo=%.eo.c)
 evas_eolian_h = $(evas_eolian_files:%.eo=%.eo.h) \
diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h
index d064f8f..303a4b4 100644
--- a/src/lib/evas/Evas_Common.h
+++ b/src/lib/evas/Evas_Common.h
@@ -2,7 +2,7 @@
 # error You shall not include this header directly
 #endif
 
-#include "evas_types.eot.h"
+#include "canvas/evas_types.eot.h"
 
 /**
  * @def EVAS_VERSION_MAJOR
diff --git a/src/lib/evas/evas_types.eot b/src/lib/evas/canvas/evas_types.eot
similarity index 100%
rename from src/lib/evas/evas_types.eot
rename to src/lib/evas/canvas/evas_types.eot

-- 


Reply via email to