mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
9 lines
406 B
Meson
9 lines
406 B
Meson
shared_library('gstvalidategapplication',
|
|
'gstvalidategapplication.c',
|
|
include_directories : inc_dirs,
|
|
c_args: ['-DHAVE_CONFIG_H'],
|
|
install: true,
|
|
install_dir: validate_plugins_install_dir,
|
|
dependencies : [gst_dep, glib_dep, gst_pbutils_dep, gio_dep],
|
|
link_with : [gstvalidate]
|
|
)
|