RESOLVED FIXED 200799
[FTW] Enable CoreFoundation use if building for Apple target
https://bugs.webkit.org/show_bug.cgi?id=200799
Summary [FTW] Enable CoreFoundation use if building for Apple target
Brent Fulgham
Reported 2019-08-15 17:04:50 PDT
This patch adds the last bits to get a semi-working MiniBrowser running with FTW.
Attachments
Patch (12.18 KB, patch)
2019-08-15 17:30 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2019-08-15 17:13:35 PDT
Actually, that was done previously -- this just makes it possible to use CF, which is needed for preferences.
Brent Fulgham
Comment 2 2019-08-15 17:30:28 PDT
Alex Christensen
Comment 3 2019-08-15 17:45:48 PDT
Comment on attachment 376449 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=376449&action=review > Source/cmake/OptionsFTW.cmake:218 > + find_package(LibXml2 2.9.1 REQUIRED) Isn't this just a minimum version? I think it would be fine if the minimum version were the same for apple and non-apple. > Source/cmake/OptionsFTW.cmake:-224 > - find_package(LibXslt 1.1.32 REQUIRED) ditto
Brent Fulgham
Comment 4 2019-08-15 18:20:35 PDT
Comment on attachment 376449 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=376449&action=review >> Source/cmake/OptionsFTW.cmake:218 >> + find_package(LibXml2 2.9.1 REQUIRED) > > Isn't this just a minimum version? I think it would be fine if the minimum version were the same for apple and non-apple. The non-Apple number is what Sony is using.I wanted to keep the two distinct where our distributions are different,
WebKit Commit Bot
Comment 5 2019-08-15 18:50:11 PDT
Comment on attachment 376449 [details] Patch Clearing flags on attachment: 376449 Committed r248755: <https://trac.webkit.org/changeset/248755>
WebKit Commit Bot
Comment 6 2019-08-15 18:50:13 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2019-08-15 18:51:21 PDT
Note You need to log in before you can comment on or make changes to this bug.