Commit 0aacee72 authored by Nicolas Dufresne's avatar Nicolas Dufresne Committed by Olivier Crête

gst: Fix gst-env and libgstreamer-full.so suppport

gst-build uses meson introspection and reads the plugins array of each
subproject in order to locate the plugins. Setting libnice plugins array allow
enabling nice plugin in both gst-env.py and when building single library
libgstreamer-full.so.
parent 39cd634a
...@@ -16,6 +16,7 @@ libgstnice = library('gstnice', ...@@ -16,6 +16,7 @@ libgstnice = library('gstnice',
link_with: libnice, link_with: libnice,
install_dir: gst_plugins_install_dir, install_dir: gst_plugins_install_dir,
install: true) install: true)
plugins = [libgstnice]
# Generate pc files for static plugins if we build static plugins # Generate pc files for static plugins if we build static plugins
if get_option('default_library') != 'shared' if get_option('default_library') != 'shared'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment