From 42da8bc28917e28b38e61bdd1698edf816eec841 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 8 Feb 2019 05:19:11 -0500 Subject: [PATCH] meson: require itstool command to be available (#266) This is needed in order to run meson's gnome.yelp() helper when installing the help data. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index d75a8c9..a4bf3aa 100644 --- a/meson.build +++ b/meson.build @@ -55,6 +55,7 @@ cc = meson.get_compiler('c') math = cc.find_library('m', required: false) intltool_merge = find_program('intltool-merge') +itstool = find_program('itstool') # generate config.h config_h_file = configure_file(