WebKit Bugzilla
Attachment 340533 Details for
Bug 185700
: [WinCairo] Update WinCairoRequirements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185700.diff (text/plain), 1.26 KB, created by
Don Olmstead
on 2018-05-16 15:44:22 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2018-05-16 15:44:22 PDT
Size:
1.26 KB
patch
obsolete
>diff --git a/ChangeLog b/ChangeLog >index d75aae7dd5a..3655a8c4814 100644 >--- a/ChangeLog >+++ b/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-16 Don Olmstead <don.olmstead@sony.com> >+ >+ [WinCairo] Update WinCairoRequirements >+ https://bugs.webkit.org/show_bug.cgi?id=185700 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Source/cmake/OptionsWinCairo.cmake: >+ > 2018-05-14 Yusuke Suzuki <utatane.tea@gmail.com> > > [Win] Use C++17 in MSVC >diff --git a/Source/cmake/OptionsWinCairo.cmake b/Source/cmake/OptionsWinCairo.cmake >index 005de66b0cf..29e7fe4b280 100644 >--- a/Source/cmake/OptionsWinCairo.cmake >+++ b/Source/cmake/OptionsWinCairo.cmake >@@ -7,16 +7,16 @@ if (ENABLE_WIN_CAIRO_WEBKIT) > add_definitions(-DBUILDING_WIN_CAIRO_WEBKIT=1) > endif () > >-find_package(Cairo 1.14.10 REQUIRED) >-find_package(CURL 7.56.1 REQUIRED) >+find_package(Cairo 1.15.12 REQUIRED) >+find_package(CURL 7.60.0 REQUIRED) > find_package(JPEG 1.5.2 REQUIRED) > find_package(LibXml2 2.9.7 REQUIRED) > find_package(OpenSSL 2.0.0 REQUIRED) > find_package(PNG 1.6.34 REQUIRED) >-find_package(Sqlite 3.21.0 REQUIRED) >+find_package(Sqlite 3.23.1 REQUIRED) > find_package(ZLIB 1.2.11 REQUIRED) > >-find_package(WebP 0.6.0) >+find_package(WebP 1.0.0) > > if (WEBP_FOUND) > SET_AND_EXPOSE_TO_BUILD(USE_WEBP ON)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185700
: 340533