[Webkit-unassigned] [Bug 115180] [GTK] Compile only WebKit2 by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 13:24:50 PDT 2013


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





--- Comment #4 from Diego Pino <dpino at igalia.com>  2013-06-05 13:23:23 PST ---
By default, when launching 'build-webkit' both WebKit1 and WebKit2 are built.

This patch makes the default option to be WebKit2 compilation but no WebKit1 compilation.

In addition, it adds a new arg --webkit1 (gtk only) to allow compiling WebKit1.

Summarizing:

   * ./Tools/Scripts/build-webkit (WK2 but no WK1)
   * ./Tools/Scripts/build-webkit --webkit1 (WK2 and WK1)
   * ./Tools/Scripts/build-webkit --webkit1 --no-webkit2 (Only WK1)
   * ./Tools/Scripts/build-webkit --no-webkit2 (nothing)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list