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:
parent
b431b623cb
commit
ff78dbe8cf
@ -58,8 +58,8 @@ the functionality of the installed glib-networking package.
|
|||||||
%meson \
|
%meson \
|
||||||
%if !0%{?with_libproxy}
|
%if !0%{?with_libproxy}
|
||||||
-Dlibproxy=disabled \
|
-Dlibproxy=disabled \
|
||||||
%endif
|
|
||||||
-Denvironment_proxy=enabled \
|
-Denvironment_proxy=enabled \
|
||||||
|
%endif
|
||||||
-Dinstalled_tests=true \
|
-Dinstalled_tests=true \
|
||||||
%nil
|
%nil
|
||||||
%meson_build
|
%meson_build
|
||||||
|
Loading…
Reference in New Issue
Block a user