master hovercats/oakiss / repo / glib-networking / patches / 0001-remove-gio-querymodule-post-install.patch
 1From 33db26f37240f8445b85bd863c73a4b3cef2d462 Mon Sep 17 00:00:00 2001
 2From: hovercats <hovercatswithlasereyes@protonmail.com>
 3Date: Thu, 3 Oct 2024 10:17:30 +0200
 4Subject: [PATCH] remove gio-querymodule post-install
 5
 6---
 7 meson.build | 3 ---
 8 1 file changed, 3 deletions(-)
 9
10diff --git a/meson.build b/meson.build
11index a774ea6..5703009 100644
12--- a/meson.build
13+++ b/meson.build
14@@ -146,9 +146,6 @@ subdir('po')
15 subdir('proxy')
16 subdir('tls')
17 
18-# Will automatically pick it up from the cross file if defined
19-gnome.post_install(gio_querymodules: gio_module_dir)
20-
21 summary({
22   'GnuTLS support': giomodules.contains('giognutls'),
23   'OpenSSL support': giomodules.contains('gioopenssl'),
24-- 
252.45.1
26