meson: Add configinc as include_directory in tools/

Otherwise when the glib is used as a subproject config.h is the glib
one, not ours.
This commit is contained in:
Thibault Saunier 2017-06-27 09:59:52 -04:00 committed by Tim-Philipp Müller
parent 64fb438b69
commit 41bb7c66e2

View file

@ -7,6 +7,7 @@ foreach tool : tools
executable(exe_name,
src_file,
install: true,
include_directories : [configinc],
dependencies : [glib_dep, gobject_dep, gmodule_dep, mathlib, gst_dep],
link_with: [printf_lib],
c_args: gst_c_args,