how to build one plugin in meson
Tim Müller
tim at centricular.com
Tue Feb 26 11:35:53 UTC 2019
On Tue, 2019-02-26 at 04:19 -0600, Leo.Fernando wrote:
Hi,
> I'm modifying a particular plugin for debugging and want to build
> only that plugin. how can i do that in meson?
> meson builds whole project and not one plugin
You should be able to configure the project with something like:
meson --auto-features=disabled -Dfoo=enabled
where "foo" is the plugin you want to build.
This will only work in 1.15/master, not 1.14 though.
Cheers
Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list