bu5hm4n pushed a commit to branch master.

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

commit ca95995db2763732ca37fe3acecc4f45f63cc1f9
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Wed Oct 11 09:13:00 2017 +0200

    elm: fix compilation of examples
    
    We need to install efl.ui.focus.composition and efl.ui.focus.layer
---
 src/Makefile_Elementary.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index e371e4f5af..ee0113c7c1 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -142,13 +142,13 @@ elm_public_eolian_files = \
        lib/elementary/efl_ui_textpath_part.eo \
        lib/elementary/efl_ui_translatable.eo \
        lib/elementary/efl_ui_win_part.eo \
+       lib/elementary/efl_ui_focus_layer.eo \
+       lib/elementary/efl_ui_focus_composition.eo \
        $(NULL)
 
 # Private classes (not exposed or shipped)
 elm_private_eolian_files = \
        lib/elementary/efl_ui_internal_text_interactive.eo \
-       lib/elementary/efl_ui_focus_layer.eo \
-  lib/elementary/efl_ui_focus_composition.eo \
        lib/elementary/efl_ui_focus_composition_adapter.eo \
        lib/elementary/efl_ui_win_part.eo \
        tests/elementary/focus_test.eo \

-- 


Reply via email to