[Webkit-unassigned] [Bug 191831] New: [CMake] Remove ENABLE_ACCESSIBILITY CMake variable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 19 02:03:17 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191831
Bug ID: 191831
Summary: [CMake] Remove ENABLE_ACCESSIBILITY CMake variable
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CMake
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
[CMake] Remove ENABLE_ACCESSIBILITY CMake variable
It is confusing with HAVE_ACCESSIBILITY macro.
It is used only in WebKitTestRunner.
https://github.com/WebKit/webkit/blob/dea6e0141a5df7b678221d4a474b5846176a913d/Tools/WebKitTestRunner/CMakeLists.txt#L76
All CMake ports except AppleWin set ENABLE_ACCESSIBILITY=1.
Only AppleWin port set ENABLE_ACCESSIBILITY=0, but it doesn't
build WebKitTestRunner. If AppleWin port will use
WebKitTestRunner in the future, it will set
ENABLE_ACCESSIBILITY=1 because AppleWin port also defines
HAVE_ACCESSIBILITY=1.
[webkit-dev] Remove HAVE_ACCESSIBILITY
https://lists.webkit.org/pipermail/webkit-dev/2018-November/030251.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181119/5c992a51/attachment.html>
More information about the webkit-unassigned
mailing list