comment "" menu "Default package for resolving MTA dependency" choice prompt "Mail server" config MS_sendmail bool "sendmail" config MS_postfix bool "postfix" config MS_exim bool "exim" endchoice config MAIL_SERVER string default "sendmail" if MS_sendmail default "postfix" if MS_postfix default "exim" if MS_exim endmenu choice prompt "Dependency level" default DEPLVL_2 config DEPLVL_1 bool "Required dependencies only" config DEPLVL_2 bool "Required plus recommended dependencies" config DEPLVL_3 bool "Req/rec plus optional dependencies of requested package(s)" config DEPLVL_4 bool "All non external dependencies" endchoice config optDependency int default 1 if DEPLVL_1 default 2 if DEPLVL_2 default 3 if DEPLVL_3 default 4 if DEPLVL_4 config LANGUAGE string "LANG variable in the form ll_CC.charmap[@modifiers]" default "en_US.UTF-8" help Because of the book layout, the 3 fields, ll, CC and charmap are mandatory. The @modfier is honoured if present. config KBLAYOUT string "Keyboard layout (to be used in GDM)" default "us" help Used in GDM for setting the login screen keyboard layout. See the GDM page in the book for what to put into this field config SUDO bool "Build as User" default y help Select if sudo will be used (you build as a normal user) otherwise sudo is not needed (you build as root) config WRAP_INSTALL bool "Use `porg style' package management" default n help Select if you want the installation commands to be wrapped between "wrapInstall '" and "' ; packInstall" functions, where wrapInstall is used to set up a LD_PRELOAD library (for example using porg), and packInstall makes the package tarball config DEL_LA_FILES bool "Remove libtool .la files after package installation" default y help This option should be active on any system mixing libtool and meson build systems. ImageMagick .la files are preserved. config STATS bool "Generate statistics for the requested package(s)" default n help If you want timing and memory footprint statistics to be generated for the packages you build (not their dependencies), set this option to y. config MENU_ bool " " default n menu " " depends on MENU_ endmenu config MENU_ bool " " default n menu " " depends on MENU_ endmenu config CONFIG_ bool " [Installed ] " default n config MENU_ bool " " default n menu " " depends on MENU_ endmenu config CONFIG_ bool " [Installed ] " default y n