>On 31/01/2018 10:24, [email protected] wrote: >> Version: systemd edition - Version 2018-01-30 >> >> 1. Wicd >> - The sed line: ""/detection failed/ a self." should be >> changed to ""/detection failed/ a\ self." >> 2. lxqt-panel >> - "PulseAudio" should be in "Required" list because I cannot build this >> package if PulseAudio is missing. >Have you tried the switch -DVOLUME_USE_PULSEAUDIO=no (documented in "Command >Explanations")? If a switch allows to build without a dependency, it is not >required. Recommended dependencies are needed to use instructions as written >in the book. >Pierre
After I added the switch "-DVOLUME_USE_PULSEAUDIO=no", the problem was fixed. Thanks. >> 3. lightdm >> - itstool should be in "Required" list because I cannot build this package >> if itstool is missing. >> - EXO is required if Xfwm is present. (Please note that we can build Xfwm >> without EXO package while we can use Xfwm with lxqt) >> Just to share my experiement: Wicd: - If you will use "wicd-gtk" in X window, it is better to build "wpa_supplicant" package because the preference dialog of wicd-gtk will not show if it is missing. (You can start wicd-gtk in the terminal to check the error message.) - It seems that wicd only supports one wired network and one wireless network. That means it is not a good choice if your system has two ethernet network cards. network-manager-applet: - If ModemManager is missing, the switch should be "-Dwwan=false". (Read the file "meson_options.txt" for more information after the source code package is extracted.) - If the build environment does not have internet connection, add the switch "-Dgtk_doc=false" to prevent build error. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
