meson: Don't add static printf library to executables
[platform/upstream/gstreamer.git] / tools / meson.build
index 322312a..78ea0e0 100644 (file)
@@ -9,7 +9,6 @@ foreach tool : tools
     install: true,
     include_directories : [configinc],
     dependencies : [glib_dep, gobject_dep, gmodule_dep, mathlib, gst_dep],
-    link_with: [printf_lib],
     c_args: gst_c_args,
   )