mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fix command explanations for meson build of network-manager applet.
Add missing parameter required for gnome-shell. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19563 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7a90fe5a11
commit
1e3c9bf249
@ -130,10 +130,11 @@
|
|||||||
<screen><userinput>mkdir build &&
|
<screen><userinput>mkdir build &&
|
||||||
cd build &&
|
cd build &&
|
||||||
|
|
||||||
meson --prefix=/usr \
|
meson --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
-Denable-selinux=false \
|
-Denable-libnm-gtk=true \
|
||||||
-Denable-team=false &&
|
-Denable-selinux=false \
|
||||||
|
-Denable-team=false &&
|
||||||
ninja</userinput></screen>
|
ninja</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -150,34 +151,27 @@ ninja</userinput></screen>
|
|||||||
|
|
||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
<!--
|
|
||||||
<para>
|
<para>
|
||||||
<option>- -disable-migration</option>: This switch disables
|
<parameter>-Denable-libnm-gtk=true</parameter>: This switch enables build
|
||||||
building of the <application>NetworkManager Applet</application>
|
of the legacy libnm-gtk (required for <application>Gnome</application>).
|
||||||
<application>GConf</application> migration tool which is
|
|
||||||
not necessary for BLFS.
|
|
||||||
</para>
|
</para>
|
||||||
-->
|
|
||||||
<!-- Complained that it was an unrecognized option. -renodr -->
|
|
||||||
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
||||||
href="../../xincludes/static-libraries.xml"/>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<parameter>--without-team</parameter>: This switch disables the team
|
<parameter>-Denable-team=false</parameter>: This switch disables the team
|
||||||
configuration editor since it requires <application>Jansson</application>
|
configuration editor since it requires <application>Jansson</application>
|
||||||
which is not currently in BLFS.
|
which is not currently in BLFS.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<parameter>--without-selinux</parameter>: This switch forcibly disables
|
<parameter>-Denable-selinux=false</parameter>: This switch forcibly
|
||||||
<application>SELinux</application> support since it is not currently in
|
disables <application>SELinux</application> support since it is not
|
||||||
BLFS and the build will fail without it.
|
currently in BLFS and the build will fail without it.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<option>--without-wwan</option>: This switch disables WWAN support. Use
|
<option>-Denable-wwan=flase</option>: This switch disables WWAN support.
|
||||||
this if you do not have <xref linkend="ModemManager"/> installed.
|
Use this if you do not have <xref linkend="ModemManager"/> installed.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
Reference in New Issue
Block a user