mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
meson: Generate a pkgconfig file for the GES plugin
This was missing due to a typo.
This commit is contained in:
parent
4bd085efc8
commit
63ee426207
1 changed files with 1 additions and 2 deletions
|
@ -7,5 +7,4 @@ gstges = library('gstges', gstges_sources,
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(nle, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
||||
pkgconfig.generate(gstges, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
Loading…
Reference in a new issue