contrib/rpm: WEXT depends on enabled wifi

This commit is contained in:
Dan Horák 2015-07-14 19:02:35 +02:00 committed by Lubomir Rintel
parent 59ca132b3a
commit 97cf6e47dd

View file

@ -386,6 +386,11 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
%endif
%if 0%{?with_wifi}
--enable-wifi=yes \
%if 0%{?fedora}
--with-wext=yes \
%else
--with-wext=no \
%endif
%else
--enable-wifi=no \
%endif
@ -400,11 +405,6 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
%else
--disable-gtk-doc \
%endif
%if 0%{?fedora}
--with-wext=yes \
%else
--with-wext=no \
%endif
%if 0%{?with_team}
--enable-teamdctl=yes \
%else