meson: Generate a pkgconfig file for the GES plugin

This was missing due to a typo.
This commit is contained in:
Nirbheek Chauhan 2019-04-20 01:36:10 +05:30
parent 4bd085efc8
commit 63ee426207

View file

@ -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)