[Webkit-unassigned] [Bug 176891] [WinCairo] Add an option to build WebKitLegacy or WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 14 18:13:54 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176891

Don Olmstead <don.olmstead at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |don.olmstead at sony.com
 Attachment #320749|commit-queue?               |commit-queue+
              Flags|                            |

--- Comment #3 from Don Olmstead <don.olmstead at sony.com> ---
Comment on attachment 320749
  --> https://bugs.webkit.org/attachment.cgi?id=320749
[PATCH] Add an option to build WebKitLegacy or WebKit

Ok so I got some clarification this will work with the following command

perl Tools\Scripts\build-webkit --64-bit --wincairo --cmakeargs="-DENABLE_WEBKIT_LEGACY=OFF"

In this case the root CMakeLists.txt has

if (NOT DEFINED ENABLE_WEBKIT)
    set(ENABLE_WEBKIT ON)
endif ()

So this will end up building with WebKit instead of WebKitLegacy.

-- 
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/20170915/caa73de4/attachment-0001.html>


More information about the webkit-unassigned mailing list