Changeset 85490 in webkit


Ignore:
Timestamp:
May 2, 2011 10:54:33 AM (13 years ago)
Author:
thakis@chromium.org
Message:

2011-05-02 Nico Weber <thakis@chromium.org>

Reviewed by Mihai Parparita.

Add --no-webkit2 to the output of "build-webkit -h"
https://bugs.webkit.org/show_bug.cgi?id=59942

  • Scripts/build-webkit:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r85487 r85490  
     12011-05-02  Nico Weber  <thakis@chromium.org>
     2
     3        Reviewed by Mihai Parparita.
     4
     5        Add --no-webkit2 to the output of "build-webkit -h"
     6        https://bugs.webkit.org/show_bug.cgi?id=59942
     7
     8        * Scripts/build-webkit:
     9
    1102011-05-02  Martin Robinson  <mrobinson@igalia.com>
    211
  • trunk/Tools/Scripts/build-webkit

    r85340 r85490  
    366366  --qmakearg=<arguments>            Optional qmake flags (Qt only, e.g. --qmakearg="CONFIG+=webkit2" to build WebKit2)
    367367
    368   --minimal                         No optional features, unless explicitly enabled.
     368  --minimal                         No optional features, unless explicitly enabled
     369
     370  --no-webkit2                      Omit WebKit2 code from the build
    369371
    370372EOF
Note: See TracChangeset for help on using the changeset viewer.