mirror of
https://github.com/openwrt/packages.git
synced 2025-02-22 13:06:15 +00:00
Add GIO modules for TLS support as well as defining proxies via well-known environment variables. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 lines
167 B
Diff
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')
|