elementary: do not install legacy .eo files

they do not have any purpose to be installed on the filesystem.

Differential Revision: https://phab.enlightenment.org/D11735
This commit is contained in:
Marcel Hollerbach 2020-04-19 21:37:03 +02:00
parent 61f2a51a64
commit 8314856689
1 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,9 @@ pub_legacy_eo_files = [
'elm_actionslider_part.eo',
'elm_bubble_part.eo',
'elm_fileselector_part.eo',
'elm_multibuttonentry_part.eo',
'elm_interface_scrollable.eo',
'elm_code_widget.eo',
]
pub_eo_file_target = []
@ -139,7 +142,6 @@ pub_eo_files = [
'efl_access_window.eo',
'efl_ui_theme.eo',
'efl_config_global.eo',
'elm_code_widget.eo',
'efl_ui_selection.eo',
'efl_ui_dnd.eo',
'efl_ui_focus_manager_window_root.eo',
@ -159,8 +161,6 @@ pub_eo_files = [
'efl_ui_radio_legacy_part.eo',
'efl_ui_check_legacy_part.eo',
'efl_ui_progressbar_legacy_part.eo',
'elm_multibuttonentry_part.eo',
'elm_interface_scrollable.eo',
'efl_ui_image_zoomable_pan.eo',
'efl_ui_textbox_part.eo',
'efl_ui_caching_factory.eo',