summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-04-20 01:36:10 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-04-20 01:37:17 +0530
commitcbb052bb5f2011559ad950e41c10363ae832f56d (patch)
tree590f9014f1c03ca09828279e612661b7e28b6d23
parentc1296e414ddddabdb85dd418695ba5ff893119f6 (diff)
meson: Generate a pkgconfig file for the GES plugin
This was missing due to a typo.
-rw-r--r--plugins/ges/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ges/meson.build b/plugins/ges/meson.build
index 6beeb05e..bbad6abb 100644
--- a/plugins/ges/meson.build
+++ b/plugins/ges/meson.build
@@ -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)