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:
Mihail Ivanchev 2023-05-01 10:24:54 +00:00 committed by Tim-Philipp Müller
parent b40bedb597
commit d27de58cca

View file

@ -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]