build-x86-images: include console screenreader

espeakup is a screenreader for console environments

they are a minimal increase to the size of the live images, but I think
they are an important accessibility feature to add.
This commit is contained in:
classabbyamp 2022-11-17 05:09:15 -05:00 committed by classabbyamp
parent d96d597d74
commit 98ab76eeb7
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ build_variant() {
IMG=void-live-${ARCH}-${DATE}-${variant}.iso
GRUB_PKGS="grub-i386-efi grub-x86_64-efi"
PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal xmirror $GRUB_PKGS"
PKGS="dialog cryptsetup lvm2 mdadm void-docs-browse xtools-minimal xmirror espeakup $GRUB_PKGS"
XORG_PKGS="xorg-minimal xorg-input-drivers xorg-video-drivers setxkbmap xauth font-misc-misc terminus-font dejavu-fonts-ttf alsa-plugins-pulseaudio"
SERVICES="sshd"