mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 19:07:39 +00:00
ci: replace NO_AT_BRIDGE with GTK_A11Y
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
parent
6d1cb199d1
commit
d7504da0d2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ test_env = [
|
||||||
'LC_ALL=C',
|
'LC_ALL=C',
|
||||||
'PYTHONDONTWRITEBYTECODE=yes',
|
'PYTHONDONTWRITEBYTECODE=yes',
|
||||||
'MALLOC_CHECK_=2',
|
'MALLOC_CHECK_=2',
|
||||||
'NO_AT_BRIDGE=1',
|
'GTK_A11Y=none',
|
||||||
'GSETTINGS_SCHEMA_DIR=@0@/data'.format(meson.project_build_root()),
|
'GSETTINGS_SCHEMA_DIR=@0@/data'.format(meson.project_build_root()),
|
||||||
'CALLS_PLUGIN_DIR=@0@/plugins'.format(meson.project_build_root()),
|
'CALLS_PLUGIN_DIR=@0@/plugins'.format(meson.project_build_root()),
|
||||||
'FOLKS_BACKENDS_ALLOWED=key-file',
|
'FOLKS_BACKENDS_ALLOWED=key-file',
|
||||||
|
|
Loading…
Reference in a new issue