mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +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$ -->
|
<!-- $LastChangedBy$ $Date$ -->
|
||||||
|
|
||||||
<!ENTITY day "22"> <!-- Always 2 digits -->
|
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||||
<!ENTITY year "2018">
|
<!ENTITY year "2018">
|
||||||
<!ENTITY copyrightdate "2001-&year;">
|
<!ENTITY copyrightdate "2001-&year;">
|
||||||
<!ENTITY copyholder "The BLFS Development Team">
|
<!ENTITY copyholder "The BLFS Development Team">
|
||||||
<!ENTITY version "&year;-&month;-&day;">
|
<!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 pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||||
|
@ -41,6 +41,15 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>December 23rd, 2018</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Correct NetworkManager meson options.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>December 22nd, 2018</para>
|
<para>December 22nd, 2018</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -162,14 +162,17 @@ CXXFLAGS+="-O2 -fPIC" \
|
|||||||
meson --prefix /usr \
|
meson --prefix /usr \
|
||||||
--sysconfdir /etc \
|
--sysconfdir /etc \
|
||||||
--localstatedir /var \
|
--localstatedir /var \
|
||||||
-Ddocs=true \
|
-Djson_validation=false \
|
||||||
-Dnmtui=true \
|
|
||||||
-Dppp=false \
|
|
||||||
-Dlibaudit=no \
|
-Dlibaudit=no \
|
||||||
-Dlibnm_glib=true \
|
-Dlibnm_glib=true \
|
||||||
|
-Dlibpsl=false \
|
||||||
|
-Dnmtui=true \
|
||||||
|
-Dovs=false \
|
||||||
|
-Dppp=false \
|
||||||
-Dselinux=false \
|
-Dselinux=false \
|
||||||
-Dudev_dir=/lib/udev \
|
-Dudev_dir=/lib/udev \
|
||||||
-Dsession_tracking=no \
|
-Dsession_tracking=no \
|
||||||
|
-Dmodem_manager=false \
|
||||||
-Dsystemdsystemunitdir=no \
|
-Dsystemdsystemunitdir=no \
|
||||||
-Dsystemd_journal=false \
|
-Dsystemd_journal=false \
|
||||||
-Dqt=false \
|
-Dqt=false \
|
||||||
@ -183,15 +186,18 @@ CXXFLAGS+="-O2 -fPIC" \
|
|||||||
meson --prefix /usr \
|
meson --prefix /usr \
|
||||||
--sysconfdir /etc \
|
--sysconfdir /etc \
|
||||||
--localstatedir /var \
|
--localstatedir /var \
|
||||||
-Ddocs=true \
|
-Djson_validation=false \
|
||||||
-Dnmtui=true \
|
|
||||||
-Dppp=false \
|
|
||||||
-Dlibaudit=no \
|
-Dlibaudit=no \
|
||||||
-Dlibnm_glib=true \
|
-Dlibnm_glib=true \
|
||||||
|
-Dlibpsl=false \
|
||||||
|
-Dnmtui=true \
|
||||||
|
-Dovs=false \
|
||||||
|
-Dppp=false \
|
||||||
-Dselinux=false \
|
-Dselinux=false \
|
||||||
-Dqt=false \
|
-Dqt=false \
|
||||||
-Dudev_dir=/lib/udev \
|
-Dudev_dir=/lib/udev \
|
||||||
-Dsession_tracking=systemd \
|
-Dsession_tracking=systemd \
|
||||||
|
-Dmodem_manager=false \
|
||||||
-Dsystemdsystemunitdir=/lib/systemd/system \
|
-Dsystemdsystemunitdir=/lib/systemd/system \
|
||||||
.. &&
|
.. &&
|
||||||
ninja</userinput></screen>
|
ninja</userinput></screen>
|
||||||
@ -220,8 +226,8 @@ mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></scr
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<parameter>-Ddocs=true</parameter>: This parameter enable building of
|
<parameter>-Ddocs=true</parameter>: Use this switch to enable building of
|
||||||
man pages and documentation.
|
man pages and documentation if <xref linkend="gtk-doc"/> is installed.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -236,6 +242,19 @@ mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></scr
|
|||||||
used for sysv init systems.
|
used for sysv init systems.
|
||||||
</para>
|
</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">
|
<para revision="systemd">
|
||||||
<parameter>-Dsession_tracking=systemd</parameter>: This switch
|
<parameter>-Dsession_tracking=systemd</parameter>: This switch
|
||||||
is used to set <command>systemd-logind</command> as the default
|
is used to set <command>systemd-logind</command> as the default
|
||||||
|
Loading…
Reference in New Issue
Block a user