Changeset 1e3c9bf
- Timestamp:
- 12/01/2017 04:48:51 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 05899b4
- Parents:
- 7a90fe5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/network-manager-applet.xml
r7a90fe5 r1e3c9bf 131 131 cd build && 132 132 133 meson --prefix=/usr \ 134 --sysconfdir=/etc \ 135 -Denable-selinux=false \ 136 -Denable-team=false && 133 meson --prefix=/usr \ 134 --sysconfdir=/etc \ 135 -Denable-libnm-gtk=true \ 136 -Denable-selinux=false \ 137 -Denable-team=false && 137 138 ninja</userinput></screen> 138 139 … … 151 152 <sect2 role="commands"> 152 153 <title>Command Explanations</title> 153 <!-- 154 <para> 155 <option>- -disable-migration</option>: This switch disables 156 building of the <application>NetworkManager Applet</application> 157 <application>GConf</application> migration tool which is 158 not necessary for BLFS. 159 </para> 160 --> 161 <!-- Complained that it was an unrecognized option. -renodr --> 162 163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 164 href="../../xincludes/static-libraries.xml"/> 165 166 <para> 167 <parameter>--without-team</parameter>: This switch disables the team 154 155 <para> 156 <parameter>-Denable-libnm-gtk=true</parameter>: This switch enables build 157 of the legacy libnm-gtk (required for <application>Gnome</application>). 158 </para> 159 160 <para> 161 <parameter>-Denable-team=false</parameter>: This switch disables the team 168 162 configuration editor since it requires <application>Jansson</application> 169 163 which is not currently in BLFS. … … 171 165 172 166 <para> 173 <parameter>- -without-selinux</parameter>: This switch forcibly disables174 <application>SELinux</application> support since it is not currently in175 BLFS and the build will fail without it.176 </para> 177 178 <para> 179 <option>- -without-wwan</option>: This switch disables WWAN support. Use180 this if you do not have <xref linkend="ModemManager"/> installed.167 <parameter>-Denable-selinux=false</parameter>: This switch forcibly 168 disables <application>SELinux</application> support since it is not 169 currently in BLFS and the build will fail without it. 170 </para> 171 172 <para> 173 <option>-Denable-wwan=flase</option>: This switch disables WWAN support. 174 Use this if you do not have <xref linkend="ModemManager"/> installed. 181 175 </para> 182 176
Note:
See TracChangeset
for help on using the changeset viewer.