eolian_gen: remove reference to elm_entry because it is not installed
authorSungtaek Hong <sth253.hong@samsung.com>
Wed, 24 Jan 2018 09:51:25 +0000 (18:51 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 3 Apr 2018 09:50:06 +0000 (18:50 +0900)
Summary:
elm_entry.eo is not installed to system directory like
         "/usr/local/share/eolian/include/elementary-1", and
         eolian_gen tries to refer elm_entry.eo which results in failure.

Test Plan:
Create any eo class file which inherits Efl.Ui.Layout.
           eolian_gen eo_file.eo
           observe eolian_gen finishes

Reviewers: jpeg, herdsman, woohyun, Jaehyun_Cho, cedric

Subscribers: conr2d, id213sin, JongminLee

Differential Revision: https://phab.enlightenment.org/D5760

src/lib/elementary/efl_ui_text.eo

index 5146d2c..4e65f50 100644 (file)
@@ -1,5 +1,4 @@
 import elm_general;
-import elm_entry;
 
 class Efl.Ui.Text (Efl.Ui.Layout, Elm.Interface_Scrollable, Efl.Ui.Clickable,
                  Efl.Access.Text, Efl.Access.Editable.Text, Efl.File,