mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gstcodectimestamper: remove PC file generation from plugin's own meson.build
The file generated here is incomplete; it is generated for all plugins in a loop at an upper level. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4520>
This commit is contained in:
parent
b40bedb597
commit
d27de58cca
1 changed files with 0 additions and 1 deletions
|
@ -13,5 +13,4 @@ gstcodectimestamper = library('gstcodectimestamper',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstcodectimestamper, install_dir : plugins_pkgconfig_install_dir)
|
||||
plugins += [gstcodectimestamper]
|
||||
|
|
Loading…
Reference in a new issue