Build environment proxy module only if libproxy module is disabled

The environment proxy module is never used if libproxy is supported.
This commit is contained in:
Michael Catanzaro 2023-02-13 12:54:09 -06:00
parent b431b623cb
commit ff78dbe8cf
1 changed files with 1 additions and 1 deletions

View File

@ -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