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:
201e7c7
)
meson: fix copy'n'paste-o in app plugin build description
author
Tim-Philipp Müller
<tim@centricular.com>
Wed, 25 Apr 2018 10:26:17 +0000
(11:26 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Wed, 25 Apr 2018 10:26:17 +0000
(11:26 +0100)
gst/app/meson.build
patch
|
blob
|
history
diff --git
a/gst/app/meson.build
b/gst/app/meson.build
index
6e3098e
..
2bf4c10
100644
(file)
--- a/
gst/app/meson.build
+++ b/
gst/app/meson.build
@@
-1,4
+1,4
@@
-
adder
= library('gstapp',
+
gstapp_plugin
= library('gstapp',
'gstapp.c',
c_args: gst_plugins_base_args,
include_directories: [configinc],
@@
-6,4
+6,4
@@
adder = library('gstapp',
install : true,
install_dir : plugins_install_dir,
)
-pkgconfig.generate(
adder
, install_dir : plugins_pkgconfig_install_dir)
+pkgconfig.generate(
gstapp_plugin
, install_dir : plugins_pkgconfig_install_dir)