Files
packages/libs/glib-networking/patches/100-no-tests.patch
Daniel Golle 223d7e2995 glib-networking: add package
Add GIO modules for TLS support as well as defining proxies via well-known
environment variables.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-12 17:35:25 +00:00

9 lines
167 B
Diff

--- a/proxy/meson.build
+++ b/proxy/meson.build
@@ -9,5 +9,3 @@ endif
if get_option('environment_proxy').enabled()
subdir('environment')
endif
-
-subdir('tests')