Lines Matching +full:libharfbuzz +full:-
2 'hb-view.cc',
6 'hb-shape.cc',
10 'hb-info.cc',
14 'hb-ot-shape-closure.cc',
18 'hb-subset.cc',
25 hb_view = executable('hb-view', hb_view_sources,
29 link_with: [libharfbuzz, libharfbuzz_cairo],
32 meson.override_find_program('hb-view', hb_view)
35 hb_shape = executable('hb-shape', hb_shape_sources,
39 link_with: [libharfbuzz],
42 meson.override_find_program('hb-shape', hb_shape)
44 hb_info = executable('hb-info', [hb_info_sources, gobject_enums_h],
48 link_with: [libharfbuzz],
51 meson.override_find_program('hb-info', hb_info)
53 hb_subset = executable('hb-subset', hb_subset_cli_sources,
57 link_with: [libharfbuzz, libharfbuzz_subset],
60 meson.override_find_program('hb-subset', hb_subset)
62 hb_ot_shape_closure = executable('hb-ot-shape-closure', hb_ot_shape_closure_sources,
66 link_with: [libharfbuzz],
69 meson.override_find_program('hb-ot-shape-closure', hb_ot_shape_closure)