mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
8 lines
333 B
Meson
8 lines
333 B
Meson
shared_library('gstvalidategapplication',
|
|
'gstvalidategapplication.c',
|
|
install: true,
|
|
install_dir: PLUGINDIR,
|
|
include_directories : inc_dirs,
|
|
dependencies : [gst_dep, glib_dep, gst_pbutils_dep],
|
|
link_with : [gstvalidate]
|
|
)
|