From d27de58ccaa2b61f475d7f6efbef189ad3dc8ad5 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 bf8a17b..fe2abb0 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] -- 2.7.4