Bug 177634

Summary: REGRESSION(r222640) [GTK] Build broken with ATK 2.14
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKitGTKAssignee: Joanmarie Diggs <jdiggs>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, bugs-noreply, buildbot, cfleizach, commit-queue, dmazzoni, jcraig, jdiggs, mcatanzaro, samuel_white
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 177542    
Attachments:
Description Flags
Patch none

Carlos Alberto Lopez Perez
Reported 2017-09-28 18:32:24 PDT
It seems ATK_STATE_READ_ONLY Requires ATK >= 2.16 And Debian 8 still ships 2.14, and per our dependencies policy https://trac.webkit.org/wiki/WebKitGTK/DependenciesPolicy we still should support the default build there. Build log failure: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20Debian%20Stable%20%28Build%29/builds/5902/steps/compile-webkit/logs/stdio Its not needed to make the feature work with ATK 2.14. We only need to fix the build, so building WebKitGTK+ on Debian 8 (Jessie) can continue to be possible. Therefore just #ifdef'ing the code for ATK >= 2.16 is ok.
Attachments
Patch (1.48 KB, patch)
2017-10-02 02:43 PDT, Joanmarie Diggs
no flags
Joanmarie Diggs
Comment 1 2017-10-02 02:43:38 PDT
WebKit Commit Bot
Comment 2 2017-10-02 05:17:27 PDT
Comment on attachment 322366 [details] Patch Clearing flags on attachment: 322366 Committed r222705: <http://trac.webkit.org/changeset/222705>
WebKit Commit Bot
Comment 3 2017-10-02 05:17:29 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.