WebKit Bugzilla
Attachment 359388 Details for
Bug 193538
: [Win] gperf command not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193538-20190117102450.patch (text/plain), 1.05 KB, created by
Per Arne Vollan
on 2019-01-17 10:24:50 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-01-17 10:24:50 PST
Size:
1.05 KB
patch
obsolete
>Index: ChangeLog >=================================================================== >--- ChangeLog (revision 240114) >+++ ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-01-17 Per Arne Vollan <pvollan@apple.com> >+ >+ [Win] gperf command not found >+ https://bugs.webkit.org/show_bug.cgi?id=193538 >+ <rdar://problem/47250549> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ CMake only searches for gperf if ENABLE_WEBCORE is on. ENABLE_WEBCORE needs to be set to ON. >+ >+ * Source/cmake/OptionsAppleWin.cmake: >+ > 2019-01-14 Carlos Garcia Campos <cgarcia@igalia.com> > > Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.3 release >Index: Source/cmake/OptionsAppleWin.cmake >=================================================================== >--- Source/cmake/OptionsAppleWin.cmake (revision 240086) >+++ Source/cmake/OptionsAppleWin.cmake (working copy) >@@ -4,6 +4,8 @@ set(MSVC_STATIC_RUNTIME ON) > > include(OptionsWin) > >+set(ENABLE_WEBCORE ON) >+ > SET_AND_EXPOSE_TO_BUILD(USE_CF ON) > SET_AND_EXPOSE_TO_BUILD(USE_CFURLCONNECTION 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 193538
: 359388