mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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:
parent
992c54b774
commit
55ccfd4760
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue