diff --git a/plugin/meson.build b/plugin/meson.build index 9f76d19f37..3fd9e9bdbe 100644 --- a/plugin/meson.build +++ b/plugin/meson.build @@ -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]