From 8e64dea5c603634a78f350933b12dc7f06b62e1f Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Mon, 1 May 2023 10:24:54 +0000 Subject: [PATCH] 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: --- subprojects/gst-plugins-bad/gst/codectimestamper/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst/codectimestamper/meson.build b/subprojects/gst-plugins-bad/gst/codectimestamper/meson.build index bf8a17bde0..fe2abb0cda 100644 --- a/subprojects/gst-plugins-bad/gst/codectimestamper/meson.build +++ b/subprojects/gst-plugins-bad/gst/codectimestamper/meson.build @@ -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]