gstcodectimestamper: remove PC file generation from plugin's own meson.build
authorMihail Ivanchev <contact@ivanchev.net>
Mon, 1 May 2023 10:24:54 +0000 (10:24 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 1 May 2023 17:30:33 +0000 (18:30 +0100)
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>

subprojects/gst-plugins-bad/gst/codectimestamper/meson.build

index bf8a17b..fe2abb0 100644 (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]