Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 579130

Summary: net-libs/webkit-gtk: add accessibility USE flag
Product: Gentoo Linux Reporter: cl91tp
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for adding accessibility USE flag
resulting ebuild

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 :/