projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd085e
)
meson: Generate a pkgconfig file for the GES plugin
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Fri, 19 Apr 2019 20:06:10 +0000
(
01:36
+0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Fri, 19 Apr 2019 20:06:10 +0000
(
01:36
+0530)
This was missing due to a typo.
plugins/ges/meson.build
patch
|
blob
|
history
diff --git
a/plugins/ges/meson.build
b/plugins/ges/meson.build
index 6beeb05eb9e02d2cf41b8502d7f18636ad80f17b..bbad6abb128346e86bad624cf50e94a121fc9930 100644
(file)
--- 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)