From ff78dbe8cf1f3d020ae7925d6270e7fda2d65a87 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 13 Feb 2023 12:54:09 -0600 Subject: [PATCH] Build environment proxy module only if libproxy module is disabled The environment proxy module is never used if libproxy is supported. --- glib-networking.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib-networking.spec b/glib-networking.spec index 463a25a..0a3b07b 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -58,8 +58,8 @@ the functionality of the installed glib-networking package. %meson \ %if !0%{?with_libproxy} -Dlibproxy=disabled \ -%endif -Denvironment_proxy=enabled \ +%endif -Dinstalled_tests=true \ %nil %meson_build