gstreamer/validate/plugins/gtk/meson.build
Tim-Philipp Müller 6b661f394f meson: fix a few meson warnings
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.
2017-08-10 14:35:09 +01:00

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])