Fix last missing reference to old efl_orientation headers
authorXavi Artigas <xavierartigas@yahoo.es>
Fri, 24 May 2019 09:26:06 +0000 (11:26 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:52 +0000 (17:17 +0900)
This is now efl_gfx_orientable.
We are not building the C++ examples, so I did not pick this up sooner.
Travis does not build C++ bidings at all.

src/lib/evas/canvas/evas_image_eo.hh

index bccd96c..a94596c 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 #include "efl_loop.eo.h"
 #include "efl_loop_consumer.eo.h"
 #include "efl_object.eo.h"
-#include "efl_orientation.eo.h"
+#include "efl_gfx_orientable.eo.h"
 #include "efl_ui_i18n.eo.h"
 #include "evas_image_eo.h"
 }
@@ -61,7 +61,7 @@ extern "C" {
 #include "efl_loop.eo.hh"
 #include "efl_loop_consumer.eo.hh"
 #include "efl_object.eo.hh"
-#include "efl_orientation.eo.hh"
+#include "efl_gfx_orientable.eo.hh"
 #include "efl_ui_i18n.eo.hh"
 #ifndef EVAS_IMAGE_FWD_GUARD
 #define EVAS_IMAGE_FWD_GUARD