meson: expose plugins variable

This commit is contained in:
Mathieu Duponchelle 2019-05-26 16:20:08 +02:00
parent 6fcd2c835f
commit dae8210e0f

View file

@ -5,3 +5,5 @@ gst_elements_shared = shared_library('gstpython',
install : true,
install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
)
plugins = [gst_elements_shared]