Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579130 - net-libs/webkit-gtk: add accessibility USE flag
Summary: net-libs/webkit-gtk: add accessibility USE flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-06 02:43 UTC by cl91tp
Modified: 2016-05-28 15:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for adding accessibility USE flag (webkit-gtk-2.10.7-accessibility.patch,956 bytes, patch)
2016-04-06 02:43 UTC, cl91tp
Details | Diff
resulting ebuild (webkit-gtk-2.10.7-accessibility.ebuild,7.75 KB, text/plain)
2016-04-06 02:43 UTC, cl91tp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cl91tp 2016-04-06 02:43:34 UTC
Created attachment 429736 [details, diff]
patch for adding accessibility USE flag

webkit-gtk (at least 2.10.7 that I tested on) supports being built without accessibility support. This patch adds the accessibility USE flag to the ebuild.
Comment 1 cl91tp 2016-04-06 02:43:52 UTC
Created attachment 429738 [details]
resulting ebuild
Comment 2 Pacho Ramos gentoo-dev 2016-04-12 18:56:19 UTC
It looks like they are used at runtime:
http://mariospr.org/2013/02/03/accessibility-in-webkitgtk/

Also, looking to the sources, atk looks to be indeed used (and doesn't look an optional component with any switch to disable it at compile time) and all the upstream tools at Tools/gtk/ are also ensuring that deps to be installed :/