feat: a11y

This commit is contained in:
Ashley Wulber 2024-11-01 08:30:48 -04:00 committed by Ashley Wulber
parent 5a0df6afb6
commit 2612282fcf
5 changed files with 97 additions and 1 deletions

View file

@ -10,6 +10,7 @@ vendor_args := if vendor == '1' { '--frozen --offline' } else { '' }
debug_args := if debug == '1' { '' } else { '--release' }
cargo_args := vendor_args + ' ' + debug_args
xdp_cosmic := '/usr/libexec/xdg-desktop-portal-cosmic'
orca := '/usr/bin/orca'
bindir := prefix + '/bin'
systemddir := prefix + '/lib/systemd/user'
@ -19,7 +20,7 @@ applicationdir := prefix + '/share/applications'
all: _extract_vendor build
build:
XDP_COSMIC={{xdp_cosmic}} cargo build {{cargo_args}}
XDP_COSMIC={{xdp_cosmic}} ORCA={{orca}} cargo build {{cargo_args}}
# Installs files into the system
install: