mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Meson: Generate pc file for all plugins in bad
https://bugzilla.gnome.org/show_bug.cgi?id=794568
This commit is contained in:
parent
b69e7eef8b
commit
9ae9d2686f
1 changed files with 1 additions and 0 deletions
|
@ -30,3 +30,4 @@ gstcompositor = library('gstcompositor',
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : plugins_install_dir,
|
install_dir : plugins_install_dir,
|
||||||
)
|
)
|
||||||
|
pkgconfig.generate(gstcompositor, install_dir : plugins_pkgconfig_install_dir)
|
||||||
|
|
Loading…
Reference in a new issue