From 55ccfd476015f8e802f6ce8b8971e729e130ff7d Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 27 Jun 2017 09:59:52 -0400 Subject: [PATCH] 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. --- tools/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/meson.build b/tools/meson.build index ba7eb86..322312a 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -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, -- 2.7.4