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

config_query_option GRUB2_OPTS 'build and install the grub-emu debugging utility?' n \
                             '--enable-grub-emu' \
                             '--disable-grub-emu' &&
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 grub-pe2elf conversion utility?' y \
                             '--enable-grub-pe2elf' \
                             '--disable-grub-pe2elf' &&
config_query_option GRUB2_OPTS 'build and install the efiemu runtimes?' y \
                             '--enable-efiemu' \
                             '--disable-efiemu'
