mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 14:00:05 +01:00
contrib/rpm: WEXT depends on enabled wifi
This commit is contained in:
parent
59ca132b3a
commit
97cf6e47dd
1 changed files with 5 additions and 5 deletions
|
|
@ -386,6 +386,11 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?with_wifi}
|
%if 0%{?with_wifi}
|
||||||
--enable-wifi=yes \
|
--enable-wifi=yes \
|
||||||
|
%if 0%{?fedora}
|
||||||
|
--with-wext=yes \
|
||||||
|
%else
|
||||||
|
--with-wext=no \
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
--enable-wifi=no \
|
--enable-wifi=no \
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -400,11 +405,6 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
|
||||||
%else
|
%else
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora}
|
|
||||||
--with-wext=yes \
|
|
||||||
%else
|
|
||||||
--with-wext=no \
|
|
||||||
%endif
|
|
||||||
%if 0%{?with_team}
|
%if 0%{?with_team}
|
||||||
--enable-teamdctl=yes \
|
--enable-teamdctl=yes \
|
||||||
%else
|
%else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue