mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
remove unnecessary --sysconfdir and --localstatedir in meson commands
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23900 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
90691c2361
commit
544b6a3c14
@ -138,8 +138,6 @@ sed -i 's/fur/ur/' po/LINGUAS</userinput></screen>
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
-Ddaemon_user=colord \
|
||||
-Dvapi=true \
|
||||
-Dsystemd=false \
|
||||
@ -154,8 +152,6 @@ ninja</userinput></screen>
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
-Ddaemon_user=colord \
|
||||
-Dvapi=true \
|
||||
-Dsystemd=true \
|
||||
|
@ -157,8 +157,6 @@ File systems --->
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
-Dcgroup-controller=elogind \
|
||||
-Ddbuspolicydir=/etc/dbus-1/system.d \
|
||||
-Dman=auto \
|
||||
|
@ -171,8 +171,6 @@
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
-Dblkid=true \
|
||||
-Dbuildtype=release \
|
||||
-Ddefault-dnssec=no \
|
||||
|
@ -194,7 +194,7 @@ cd dconf-editor-&dconf-editor-version; &&
|
||||
mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --sysconfdir=/etc .. &&
|
||||
meson --prefix=/usr .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -144,8 +144,6 @@ mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
-Dplymouth=disabled \
|
||||
-Dgdm-xsession=true \
|
||||
-Dpam-mod-dir=/lib/security \
|
||||
@ -158,8 +156,6 @@ ninja</userinput></screen>
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
-Dplymouth=disabled \
|
||||
-Dgdm-xsession=true \
|
||||
-Dpam-mod-dir=/lib/security .. &&
|
||||
|
@ -168,7 +168,7 @@ ninja</userinput></screen>
|
||||
<screen revision='systemd'><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --sysconfdir=/etc .. &&
|
||||
meson --prefix=/usr .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<!-- [renodr, June 29th, 2019]: for some reason, on elogind, all tests
|
||||
|
@ -168,7 +168,6 @@ ninja</userinput></screen>
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
-Dfuse=false \
|
||||
-Dgphoto2=false \
|
||||
-Dafc=false \
|
||||
|
@ -113,13 +113,13 @@
|
||||
<screen revision="systemd"><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --sysconfdir=/etc -Dfribidi=false .. &&
|
||||
meson --prefix=/usr -Dfribidi=false .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<screen revision="sysv"><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --sysconfdir=/etc -Dfribidi=false -D_systemd=false .. &&
|
||||
meson --prefix=/usr -Dfribidi=false -D_systemd=false .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -111,14 +111,13 @@
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
-Dsystemd_user_dir=/tmp .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --sysconfdir=/etc .. &&
|
||||
meson --prefix=/usr .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -115,7 +115,7 @@
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --sysconfdir=/etc .. &&
|
||||
meson --prefix=/usr .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user