Merge branch 'accesskit-followups' into 'main'

Accesskit followups

See merge request GNOME/gtk!8038
This commit is contained in:
Matthias Clasen 2024-12-20 20:28:29 +00:00
commit b97cca094c
5 changed files with 12 additions and 3 deletions

View File

@ -265,6 +265,12 @@ support in the file chooser.
This option controls whether GTK should use colord for color
calibration support in the cups print backend.
### `accesskit`
This option controls whether GTK should include the AccessKit backend
for accessibility. This backend supports Windows and macOS. It requires
the accesskit-c bindings.
### `documentation`, `man-pages` and `screenshots`
The *gi-docgen* package is used to generate the reference documentation

View File

@ -526,6 +526,9 @@ library you are using:
`atspi`
: Selects the AT-SPI accessibility backend
`accesskit`
: Selects the AccessKit accessibility backend
`test`
: Selects the test backend

View File

@ -693,7 +693,7 @@ cloudproviders_dep = dependency('cloudproviders',
])
cdata.set('HAVE_CLOUDPROVIDERS', cloudproviders_dep.found())
accesskit_dep = dependency('accesskit-c-0.12', required: get_option('accesskit').enabled())
accesskit_dep = dependency('accesskit-c-0.14', required: get_option('accesskit').enabled())
cdata.set('HAVE_ACCESSKIT', accesskit_dep.found())

View File

@ -85,7 +85,7 @@ option('f16c',
option('accesskit',
type: 'feature',
value: 'disabled',
description: 'Enabled the AccessKit backend for accessibility')
description: 'Enable the AccessKit backend for accessibility')
# Introspection

View File

@ -5,4 +5,4 @@ revision = main
depth = 1
[provide]
dependency_names = accesskit-c-0.12
dependency_names = accesskit-c-0.14