stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=13ae9992119af5f8f3c4886bc56449c6e69f9dc5

commit 13ae9992119af5f8f3c4886bc56449c6e69f9dc5
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Mar 23 14:59:21 2016 +0100

    examples: adjust include path for headers no longer public headers
    
    Since commit a4f0f08399de85b382603bc57e7a480872e85915 these header files are
    no longer installed. Make sure the example have the correct path to actually
    find teh files. If we no longer consider them public we might want to think
    about removing the examples for them.
    
    This commit fixes the examples build only.
---
 src/examples/eolian_cxx/eolian_cxx_complex_types_01.cc | 2 ++
 src/examples/eolian_cxx/eolian_cxx_eo_events_01.cc     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/examples/eolian_cxx/eolian_cxx_complex_types_01.cc 
b/src/examples/eolian_cxx/eolian_cxx_complex_types_01.cc
index fc48898..a66244f 100644
--- a/src/examples/eolian_cxx/eolian_cxx_complex_types_01.cc
+++ b/src/examples/eolian_cxx/eolian_cxx_complex_types_01.cc
@@ -22,6 +22,8 @@
 #include <canvas/evas_rectangle.eo.hh>
 #include <canvas/evas_zoomable_interface.eo.hh>
 
+#include "../../lib/evas/canvas/evas_grid.eo.hh"
+
 namespace efl { namespace evas { // XXX only while we don't have namespaces in 
EFL
 using ::evas::canvas;
 using ::evas::object;
diff --git a/src/examples/eolian_cxx/eolian_cxx_eo_events_01.cc 
b/src/examples/eolian_cxx/eolian_cxx_eo_events_01.cc
index ca9f284..0ecbdda 100644
--- a/src/examples/eolian_cxx/eolian_cxx_eo_events_01.cc
+++ b/src/examples/eolian_cxx/eolian_cxx_eo_events_01.cc
@@ -18,10 +18,10 @@
 #include <Evas.hh>
 
 #include <canvas/evas_canvas.eo.hh>
-#include <canvas/evas_text.eo.hh>
 #include <canvas/evas_image.eo.hh>
-#include <canvas/evas_box.eo.hh>
 
+#include "../../lib/evas/canvas/evas_text.eo.hh"
+#include "../../lib/evas/canvas/evas_grid.eo.hh"
 
 namespace efl { namespace evas {
 using ::evas::canvas;

-- 


Reply via email to