mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
meson: fix copy'n'paste-o in app plugin build description
This commit is contained in:
parent
201e7c7803
commit
637f26f3f8
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue