mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
meson: Don't add static printf library to executables
They should only need to link to libgstreamer.
This commit is contained in:
parent
054fa3aa2e
commit
38ec95460f
4 changed files with 0 additions and 5 deletions
|
@ -3,7 +3,6 @@ executable('gst-plugin-scanner',
|
|||
c_args : gst_c_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [gobject_dep, gmodule_dep, glib_dep, mathlib, gst_dep],
|
||||
link_with : [printf_lib],
|
||||
install_dir : helpers_install_dir,
|
||||
install: true,
|
||||
)
|
||||
|
@ -124,7 +123,6 @@ if have_ptp
|
|||
c_args : gst_c_args,
|
||||
include_directories : [configinc, libsinc],
|
||||
dependencies : [gio_dep, gobject_dep, glib_dep, mathlib, gst_dep, cap_dep],
|
||||
link_with : [printf_lib],
|
||||
install_dir : helpers_install_dir,
|
||||
install : true)
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ gst_tracers = library('gstcoretracers',
|
|||
c_args : tracers_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [gst_dep],
|
||||
link_with : printf_lib,
|
||||
install : true,
|
||||
install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
|
||||
)
|
||||
|
|
|
@ -14,7 +14,6 @@ benchmarks = [
|
|||
foreach b : benchmarks
|
||||
executable(b, '@0@.c'.format(b),
|
||||
c_args : gst_c_args,
|
||||
link_with : [printf_lib],
|
||||
dependencies : [gobject_dep, gmodule_dep, glib_dep, gst_dep, gst_controller_dep],
|
||||
)
|
||||
endforeach
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue