mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 12:55:53 +00:00
6 lines
253 B
Meson
6 lines
253 B
Meson
shared_library('gstvalidategtk', 'gstvalidategtk.c',
|
|
install: true,
|
|
install_dir: PLUGINDIR,
|
|
include_directories : inc_dirs,
|
|
dependencies : [gst_dep, glib_dep, gst_pbutils_dep, gtk_dep],
|
|
link_with : [gstvalidate])
|