feat: a11y
This commit is contained in:
parent
5a0df6afb6
commit
2612282fcf
5 changed files with 97 additions and 1 deletions
3
Justfile
3
Justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue