mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
9 lines
333 B
Meson
9 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]
|
||
|
)
|