mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
meson: expose plugins variable
This commit is contained in:
parent
6fcd2c835f
commit
dae8210e0f
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ gst_elements_shared = shared_library('gstpython',
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
|
install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
plugins = [gst_elements_shared]
|
||||||
|
|
Loading…
Reference in a new issue