mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
6b661f394f
WARNING: The variable(s) 'DATADIR', 'LIBDIR' in the input file 'subprojects/gst-devtools/validate/launcher/config.py.in' are not present in the given configuration data WARNING: Passed invalid keyword argument "scanobj_args". This will become a hard error in the future. WARNING: Keyword argument "install" defined multiple times. This will be a an error in future Meson releases.
7 lines
311 B
Meson
7 lines
311 B
Meson
shared_library('gstvalidategtk', 'gstvalidategtk.c',
|
|
include_directories : inc_dirs,
|
|
dependencies : [gst_dep, glib_dep, gst_pbutils_dep, gtk_dep],
|
|
c_args: ['-DHAVE_CONFIG_H'],
|
|
install : true,
|
|
install_dir : validate_plugins_install_dir,
|
|
link_with : [gstvalidate])
|