Changeset View
Changeset View
Standalone View
Standalone View
src/lib/efl/interfaces/meson.build
1 | eolian_include_directories += ['-I', join_paths(meson.source_root(), 'src', 'lib')] | 1 | eolian_include_directories += ['-I', join_paths(meson.source_root(), 'src', 'lib')] | ||
---|---|---|---|---|---|
2 | 2 | | |||
3 | pub_legacy_eo_files = [ | 3 | pub_legacy_eo_files = [ | ||
4 | 'efl_gfx_fill.eo', | 4 | 'efl_gfx_fill.eo', | ||
5 | 'efl_gfx_entity.eo', | 5 | 'efl_gfx_entity.eo', | ||
6 | 'efl_gfx_color.eo', | 6 | 'efl_gfx_color.eo', | ||
7 | 'efl_gfx_image.eo', | 7 | 'efl_gfx_image.eo', | ||
8 | 'efl_gfx_frame_controller.eo', | 8 | 'efl_gfx_frame_controller.eo', | ||
9 | 'efl_input_device.eo', | 9 | 'efl_input_device.eo', | ||
10 | 'efl_ui_draggable.eo', | 10 | 'efl_ui_draggable.eo', | ||
11 | 'efl_ui_clickable.eo', | | |||
12 | 'efl_ui_scrollable.eo', | 11 | 'efl_ui_scrollable.eo', | ||
13 | 'efl_ui_scrollable_interactive.eo', | 12 | 'efl_ui_scrollable_interactive.eo', | ||
14 | 'efl_ui_scrollbar.eo', | 13 | 'efl_ui_scrollbar.eo', | ||
15 | 'efl_ui_selectable.eo', | 14 | 'efl_ui_selectable.eo', | ||
16 | 'efl_ui_zoom.eo', | 15 | 'efl_ui_zoom.eo', | ||
17 | ] | 16 | ] | ||
18 | 17 | | |||
19 | pub_eo_file_target = [] | 18 | pub_eo_file_target = [] | ||
▲ Show 20 Lines • Show All 164 Lines • Show Last 20 Lines |