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.
This commit is contained in:
Eli Schwartz 2019-02-08 05:19:11 -05:00 committed by Clement Lefebvre
parent fe1c4f1e38
commit 42da8bc289
1 changed files with 1 additions and 0 deletions

View File

@ -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(