Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/meson.build
Show First 20 Lines • Show All 169 Lines • ▼ Show 20 Line(s) | 39 | pub_eo_files = [ | |||
---|---|---|---|---|---|
170 | 'efl_ui_progressbar_legacy_part.eo', | 170 | 'efl_ui_progressbar_legacy_part.eo', | ||
171 | 'elm_multibuttonentry_part.eo', | 171 | 'elm_multibuttonentry_part.eo', | ||
172 | 'elm_interface_scrollable.eo', | 172 | 'elm_interface_scrollable.eo', | ||
173 | 'efl_ui_image_zoomable_pan.eo', | 173 | 'efl_ui_image_zoomable_pan.eo', | ||
174 | 'efl_ui_text_part.eo', | 174 | 'efl_ui_text_part.eo', | ||
175 | 'efl_ui_caching_factory.eo', | 175 | 'efl_ui_caching_factory.eo', | ||
176 | 'efl_ui_widget_factory.eo', | 176 | 'efl_ui_widget_factory.eo', | ||
177 | 'efl_ui_relative_layout.eo', | 177 | 'efl_ui_relative_layout.eo', | ||
178 | 'efl_ui_clickable.eo', | ||||
178 | ] | 179 | ] | ||
179 | 180 | | |||
180 | foreach eo_file : pub_eo_files | 181 | foreach eo_file : pub_eo_files | ||
181 | pub_eo_file_target += custom_target('eolian_gen_' + eo_file, | 182 | pub_eo_file_target += custom_target('eolian_gen_' + eo_file, | ||
182 | input : eo_file, | 183 | input : eo_file, | ||
183 | output : [eo_file + '.h'], | 184 | output : [eo_file + '.h'], | ||
184 | depfile : eo_file + '.d', | 185 | depfile : eo_file + '.d', | ||
185 | install : true, | 186 | install : true, | ||
▲ Show 20 Lines • Show All 740 Lines • ▼ Show 20 Line(s) | 718 | elementary_src = [ | |||
926 | 'efl_ui_tab_page.c', | 927 | 'efl_ui_tab_page.c', | ||
927 | 'efl_ui_widget_focus_manager.c', | 928 | 'efl_ui_widget_focus_manager.c', | ||
928 | 'efl_ui_caching_factory.c', | 929 | 'efl_ui_caching_factory.c', | ||
929 | 'efl_ui_widget_factory.c', | 930 | 'efl_ui_widget_factory.c', | ||
930 | 'efl_ui_size_model.c', | 931 | 'efl_ui_size_model.c', | ||
931 | 'efl_ui_homogeneous_model.c', | 932 | 'efl_ui_homogeneous_model.c', | ||
932 | 'efl_ui_exact_model.c', | 933 | 'efl_ui_exact_model.c', | ||
933 | 'efl_ui_average_model.c', | 934 | 'efl_ui_average_model.c', | ||
934 | 'efl_ui_relative_layout.c' | 935 | 'efl_ui_relative_layout.c', | ||
936 | 'efl_ui_clickable.c', | ||||
935 | ] | 937 | ] | ||
936 | 938 | | |||
937 | elementary_deps = [emile, eo, efl, edje, ethumb, ethumb_client, emotion, ecore_imf, ecore_con, eldbus, efreet, efreet_mime, efreet_trash, eio, atspi, dl, intl] | 939 | elementary_deps = [emile, eo, efl, edje, ethumb, ethumb_client, emotion, ecore_imf, ecore_con, eldbus, efreet, efreet_mime, efreet_trash, eio, atspi, dl, intl] | ||
938 | elementary_pub_deps = [eina, eet, evas, ecore, ecore_evas, ecore_file, ecore_input, ecore_imf, ecore_con, | 940 | elementary_pub_deps = [eina, eet, evas, ecore, ecore_evas, ecore_file, ecore_input, ecore_imf, ecore_con, | ||
939 | edje, eldbus, efreet, efreet_mime, efreet_trash, ethumb_client, efl, elocation] | 941 | edje, eldbus, efreet, efreet_mime, efreet_trash, ethumb_client, efl, elocation] | ||
940 | 942 | | |||
941 | elm_options = configuration_data() | 943 | elm_options = configuration_data() | ||
942 | 944 | | |||
▲ Show 20 Lines • Show All 89 Lines • Show Last 20 Lines |