Another try
This commit is contained in:
parent
37ab12a372
commit
eba5762919
|
@ -41,7 +41,7 @@ if conf.get('HAVE_GLIB', 0) == 1
|
||||||
)
|
)
|
||||||
meson.override_find_program('hb-shape', hb_shape)
|
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,
|
cpp_args: cpp_args,
|
||||||
include_directories: [incconfig, incsrc],
|
include_directories: [incconfig, incsrc],
|
||||||
dependencies: [util_deps, libharfbuzz_gobject_dep],
|
dependencies: [util_deps, libharfbuzz_gobject_dep],
|
||||||
|
|
Loading…
Reference in New Issue