From: Xavi Artigas Date: Fri, 24 May 2019 09:26:06 +0000 (+0200) Subject: Fix last missing reference to old efl_orientation headers X-Git-Tag: submit/tizen/20190530.111225~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=864ec6b0ffac75529de1026faf85e90fa087697e;p=platform%2Fupstream%2Fefl.git Fix last missing reference to old efl_orientation headers 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. --- diff --git a/src/lib/evas/canvas/evas_image_eo.hh b/src/lib/evas/canvas/evas_image_eo.hh index bccd96c..a94596c 100644 --- a/src/lib/evas/canvas/evas_image_eo.hh +++ b/src/lib/evas/canvas/evas_image_eo.hh @@ -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