2dff8df4f2d8613523ebd996cd6903016639596d
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / gst / shapewipe / meson.build
1 gstshapewipe = library('gstshapewipe',
2   'gstshapewipe.c',
3   c_args : gst_plugins_good_args,
4   include_directories : [configinc],
5   dependencies : [gio_dep, gst_dep, gstvideo_dep],
6   install : true,
7   install_dir : plugins_install_dir,
8 )
9 pkgconfig.generate(gstshapewipe, install_dir : plugins_pkgconfig_install_dir)
10 plugins += [gstshapewipe]