mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Correct NetworkManager meson options.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20860 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d2b02aab06
commit
39100371bb
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "22"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2018">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "December 22nd, &year;">
|
||||
<!ENTITY releasedate "December 23rd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,15 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>December 23rd, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Correct NetworkManager meson options.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 22nd, 2018</para>
|
||||
<itemizedlist>
|
||||
|
@ -162,14 +162,17 @@ CXXFLAGS+="-O2 -fPIC" \
|
||||
meson --prefix /usr \
|
||||
--sysconfdir /etc \
|
||||
--localstatedir /var \
|
||||
-Ddocs=true \
|
||||
-Dnmtui=true \
|
||||
-Dppp=false \
|
||||
-Djson_validation=false \
|
||||
-Dlibaudit=no \
|
||||
-Dlibnm_glib=true \
|
||||
-Dlibpsl=false \
|
||||
-Dnmtui=true \
|
||||
-Dovs=false \
|
||||
-Dppp=false \
|
||||
-Dselinux=false \
|
||||
-Dudev_dir=/lib/udev \
|
||||
-Dsession_tracking=no \
|
||||
-Dmodem_manager=false \
|
||||
-Dsystemdsystemunitdir=no \
|
||||
-Dsystemd_journal=false \
|
||||
-Dqt=false \
|
||||
@ -183,15 +186,18 @@ CXXFLAGS+="-O2 -fPIC" \
|
||||
meson --prefix /usr \
|
||||
--sysconfdir /etc \
|
||||
--localstatedir /var \
|
||||
-Ddocs=true \
|
||||
-Dnmtui=true \
|
||||
-Dppp=false \
|
||||
-Djson_validation=false \
|
||||
-Dlibaudit=no \
|
||||
-Dlibnm_glib=true \
|
||||
-Dlibpsl=false \
|
||||
-Dnmtui=true \
|
||||
-Dovs=false \
|
||||
-Dppp=false \
|
||||
-Dselinux=false \
|
||||
-Dqt=false \
|
||||
-Dudev_dir=/lib/udev \
|
||||
-Dsession_tracking=systemd \
|
||||
-Dmodem_manager=false \
|
||||
-Dsystemdsystemunitdir=/lib/systemd/system \
|
||||
.. &&
|
||||
ninja</userinput></screen>
|
||||
@ -220,8 +226,8 @@ mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></scr
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>-Ddocs=true</parameter>: This parameter enable building of
|
||||
man pages and documentation.
|
||||
<parameter>-Ddocs=true</parameter>: Use this switch to enable building of
|
||||
man pages and documentation if <xref linkend="gtk-doc"/> is installed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -236,6 +242,19 @@ mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></scr
|
||||
used for sysv init systems.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>-Djson_validation=false</parameter>,
|
||||
<parameter>-Dlibpsl=false</parameter>, and
|
||||
<parameter>-Dovs=false</parameter>: These switches disable build with the
|
||||
respective libraries. Remove if you have the needed libraries installed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>-Dmodem_manager=false</parameter>: This switch is requried if
|
||||
<application>ModemManager</application> is not installed. Omit if you
|
||||
have built <application>ModmeManager</application>.
|
||||
</para>
|
||||
|
||||
<para revision="systemd">
|
||||
<parameter>-Dsession_tracking=systemd</parameter>: This switch
|
||||
is used to set <command>systemd-logind</command> as the default
|
||||
|
Loading…
Reference in New Issue
Block a user