#
# mkfont moved to an optional dependency
#
list_remove  GRUB2_OPTS  '--enable-grub-mkfont'  &&

config_query_option GRUB2_OPTS 'include memory manger debugging?' n \
                             '--enable-mm-debug' \
                             '--disable-mm-debug' &&
config_query_option GRUB2_OPTS 'build and install the grub-emu-usb debugging utility?' n \
                             '--enable-grub-emu-usb' \
                             '--disable-grub-emu-usb' &&
config_query_option GRUB2_OPTS 'build and install the grub-fstest debugging utility?' n \
                             '--enable-grub-fstest' \
                             '--disable-grub-fstest' &&
config_query_option GRUB2_OPTS 'build and install the efiemu runtimes?' y \
                             '--enable-efiemu' \
                             '--disable-efiemu'
