Conditionally warn if pre-processing tools are not foundb4117b8d88257fd72f4381e859a5cada165d726e
commitb4117b8d88257fd72f4381e859a5cada165d726e
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 14 Mar 2018 10:36:01 +0000 (14 10:36 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 14 Mar 2018 14:21:41 +0000 (14 14:21 +0000)
tree252eb7a5c6e3660b29a2a7971fd8c5f1dd3258de
parentc5c3fa83c9cc29dda92af31f835c1a234e3922df
Conditionally warn if pre-processing tools are not found

There's no need to unconditionally print an error message if xmllint or
json-glib-format are not found when running glib-compile-resources is
called; we only need to warn if they are not available when we need
them. To avoid spamming the build logs, we can also warn once.

https://bugzilla.gnome.org/show_bug.cgi?id=794285
gio/glib-compile-resources.c