mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 05:00:07 +00:00
Merge branch 'accesskit-followups' into 'main'
Accesskit followups See merge request GNOME/gtk!8038
This commit is contained in:
commit
b97cca094c
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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())
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -5,4 +5,4 @@ revision = main
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
dependency_names = accesskit-c-0.12
|
||||
dependency_names = accesskit-c-0.14
|
||||
|
Loading…
Reference in New Issue
Block a user