Author: xry111 Date: Sat Nov 14 11:20:40 2020 New Revision: 23900 Log: remove unnecessary --sysconfdir and --localstatedir in meson commands
Modified: trunk/BOOK/general/sysutils/colord.xml trunk/BOOK/general/sysutils/elogind.xml trunk/BOOK/general/sysutils/systemd.xml trunk/BOOK/gnome/platform/dconf.xml trunk/BOOK/gnome/platform/gdm.xml trunk/BOOK/gnome/platform/gnome-settings-daemon.xml trunk/BOOK/gnome/platform/gvfs.xml trunk/BOOK/gnome/platform/vte.xml trunk/BOOK/x/lib/at-spi2-core.xml trunk/BOOK/x/lib/pango.xml Modified: trunk/BOOK/general/sysutils/colord.xml ============================================================================== --- trunk/BOOK/general/sysutils/colord.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/general/sysutils/colord.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -138,8 +138,6 @@ cd build && meson --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ -Ddaemon_user=colord \ -Dvapi=true \ -Dsystemd=false \ @@ -154,8 +152,6 @@ cd build && meson --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ -Ddaemon_user=colord \ -Dvapi=true \ -Dsystemd=true \ Modified: trunk/BOOK/general/sysutils/elogind.xml ============================================================================== --- trunk/BOOK/general/sysutils/elogind.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/general/sysutils/elogind.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -157,8 +157,6 @@ cd build && meson --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ -Dcgroup-controller=elogind \ -Ddbuspolicydir=/etc/dbus-1/system.d \ -Dman=auto \ Modified: trunk/BOOK/general/sysutils/systemd.xml ============================================================================== --- trunk/BOOK/general/sysutils/systemd.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/general/sysutils/systemd.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -171,8 +171,6 @@ cd build && meson --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ -Dblkid=true \ -Dbuildtype=release \ -Ddefault-dnssec=no \ Modified: trunk/BOOK/gnome/platform/dconf.xml ============================================================================== --- trunk/BOOK/gnome/platform/dconf.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/gnome/platform/dconf.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -194,7 +194,7 @@ mkdir build && cd build && -meson --prefix=/usr --sysconfdir=/etc .. && +meson --prefix=/usr .. && ninja</userinput></screen> <para> Modified: trunk/BOOK/gnome/platform/gdm.xml ============================================================================== --- trunk/BOOK/gnome/platform/gdm.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/gnome/platform/gdm.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -144,8 +144,6 @@ cd build && meson --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ -Dplymouth=disabled \ -Dgdm-xsession=true \ -Dpam-mod-dir=/lib/security \ @@ -158,8 +156,6 @@ cd build && meson --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ -Dplymouth=disabled \ -Dgdm-xsession=true \ -Dpam-mod-dir=/lib/security .. && Modified: trunk/BOOK/gnome/platform/gnome-settings-daemon.xml ============================================================================== --- trunk/BOOK/gnome/platform/gnome-settings-daemon.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/gnome/platform/gnome-settings-daemon.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -168,7 +168,7 @@ <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 Modified: trunk/BOOK/gnome/platform/gvfs.xml ============================================================================== --- trunk/BOOK/gnome/platform/gvfs.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/gnome/platform/gvfs.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -168,7 +168,6 @@ cd build && meson --prefix=/usr \ - --sysconfdir=/etc \ -Dfuse=false \ -Dgphoto2=false \ -Dafc=false \ Modified: trunk/BOOK/gnome/platform/vte.xml ============================================================================== --- trunk/BOOK/gnome/platform/vte.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/gnome/platform/vte.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -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> Modified: trunk/BOOK/x/lib/at-spi2-core.xml ============================================================================== --- trunk/BOOK/x/lib/at-spi2-core.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/x/lib/at-spi2-core.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -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> Modified: trunk/BOOK/x/lib/pango.xml ============================================================================== --- trunk/BOOK/x/lib/pango.xml Fri Nov 13 07:49:30 2020 (r23899) +++ trunk/BOOK/x/lib/pango.xml Sat Nov 14 11:20:40 2020 (r23900) @@ -115,7 +115,7 @@ <screen><userinput>mkdir build && cd build && -meson --prefix=/usr --sysconfdir=/etc .. && +meson --prefix=/usr .. && ninja</userinput></screen> <para> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page