From eba5762919ab02f5dd9b2b9dd319d106ddaf9de9 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 23 Jan 2023 01:10:56 +0200 Subject: [PATCH] Another try --- util/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/meson.build b/util/meson.build index dc3215ebd..2dc45ee35 100644 --- a/util/meson.build +++ b/util/meson.build @@ -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],