Changeset 91063 in webkit


Ignore:
Timestamp:
Jul 15, 2011 4:09:38 AM (13 years ago)
Author:
Carlos Garcia Campos
Message:

[GTK] Build plugin process by default when building WebKit2
https://bugs.webkit.org/show_bug.cgi?id=64592

Reviewed by Philippe Normand.

  • configure.ac:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r91015 r91063  
     12011-07-15  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Build plugin process by default when building WebKit2
     4        https://bugs.webkit.org/show_bug.cgi?id=64592
     5
     6        Reviewed by Philippe Normand.
     7
     8        * configure.ac:
     9
    1102011-07-14  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/configure.ac

    r91015 r91063  
    11111111            AC_HELP_STRING([--enable-plugin-process],
    11121112                           [build plugin process for WebKit2 [default=yes]]),
    1113                            [], [enable_plugin_process="no"])
     1113                           [], [enable_plugin_process="yes"])
    11141114# Build the plugin process only when building webkit2.
    11151115if test "$enable_webkit2" = "no"; then
Note: See TracChangeset for help on using the changeset viewer.