basesrc: Downgrade EOS warning
[platform/upstream/gstreamer.git] / tools / meson.build
index ba7eb86..1e33811 100644 (file)
@@ -1,4 +1,8 @@
-tools = [ 'gst-inspect', 'gst-launch', 'gst-stats', 'gst-typefind' ]
+tools = ['gst-inspect', 'gst-stats', 'gst-typefind']
+
+if gst_parse
+  tools += ['gst-launch']
+endif
 
 foreach tool : tools
   exe_name = '@0@-@1@'.format(tool, apiversion)
@@ -7,8 +11,8 @@ 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,
   )