Another try

This commit is contained in:
Khaled Hosny 2023-01-23 01:10:56 +02:00 committed by Behdad Esfahbod
parent 37ab12a372
commit eba5762919
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if conf.get('HAVE_GLIB', 0) == 1
)
meson.override_find_program('hb-shape', hb_shape)
hb_info = executable('hb-info', hb_info_sources,
hb_info = executable('hb-info', [hb_info_sources, enum_h],
cpp_args: cpp_args,
include_directories: [incconfig, incsrc],
dependencies: [util_deps, libharfbuzz_gobject_dep],