Changeset 141400 in webkit


Ignore:
Timestamp:
Jan 31, 2013 4:01:16 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

InjectedBundle is being built even with --disable-webkit2
https://bugs.webkit.org/show_bug.cgi?id=108364

Patch by Paweł Forysiuk <tuxator@o2.pl> on 2013-01-31
Reviewed by Gustavo Noronha Silva.

  • GNUmakefile.am: Wrap Injected bundle with ENABLE_WEBKIT2 condition
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r141389 r141400  
     12013-01-31  Paweł Forysiuk  <tuxator@o2.pl>
     2
     3        InjectedBundle is being built even with --disable-webkit2
     4        https://bugs.webkit.org/show_bug.cgi?id=108364
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * GNUmakefile.am: Wrap Injected bundle with ENABLE_WEBKIT2 condition
     9
    1102013-01-31  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
    211
  • trunk/Source/WebKit2/GNUmakefile.am

    r141126 r141400  
    503503# Injected Bundle
    504504injectedbundledir = $(libdir)/webkit2gtk-3.0/injected-bundle
     505if ENABLE_WEBKIT2
    505506injectedbundle_LTLIBRARIES = libwebkit2gtkinjectedbundle.la
     507endif
    506508
    507509libwebkit2gtkinjectedbundle_la_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.