master hovercats/oakiss / repo / gst-plugins-base / patches / 0001-disable-check-for-pc-files.patch
 1From 1549d40b089b09e8dbefd4feccca5ec98dae8e51 Mon Sep 17 00:00:00 2001
 2From: hovercats <hovercatswithlasereyes@protonmail.com>
 3Date: Sun, 12 Jan 2025 00:36:16 +0100
 4Subject: [PATCH] disable check for pc files
 5
 6---
 7 meson.build | 2 +-
 8 1 file changed, 1 insertion(+), 1 deletion(-)
 9
10diff --git a/meson.build b/meson.build
11index 7c0762d..0188aa8 100644
12--- a/meson.build
13+++ b/meson.build
14@@ -517,7 +517,7 @@ pkgconfig.generate(
15 # Desperate times, desperate measures... fix up escaping of our variables
16 run_command(meson_pkg_config_file_fixup_script,
17   'gstreamer-plugins-base-1.0', 'libraries',
18-  check: true)
19+  check: false)
20 
21 if have_orcc
22   update_orc_dist_files = find_program('scripts/update-orc-dist-files.py')
23-- 
242.45.1
25