Changeset 106847 in webkit


Ignore:
Timestamp:
Feb 6, 2012 1:59:08 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Add missing pango include dir to fix build
https://bugs.webkit.org/show_bug.cgi?id=77832

Patch by Kalev Lember <kalevlember@gmail.com> on 2012-02-06
Reviewed by Martin Robinson.

Source/WebCore:

  • GNUmakefile.am: Added $(PANGO_CFLAGS) to libWebCore_la_CPPFLAGS.

Tools:

  • GNUmakefile.am: Added $(PANGO_CFLAGS) to libWebCoreInternals_la_CPPFLAGS.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r106846 r106847  
     12012-02-06  Kalev Lember  <kalevlember@gmail.com>
     2
     3        [GTK] Add missing pango include dir to fix build
     4        https://bugs.webkit.org/show_bug.cgi?id=77832
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.am: Added $(PANGO_CFLAGS) to libWebCore_la_CPPFLAGS.
     9
    1102012-02-06  Jochen Eisinger  <jochen@chromium.org>
    211
  • trunk/Source/WebCore/GNUmakefile.am

    r106782 r106847  
    836836        $(LIBXML_CFLAGS) \
    837837        $(LIBXSLT_CFLAGS) \
     838        $(PANGO_CFLAGS) \
    838839        $(SQLITE3_CFLAGS) \
    839840        $(UNICODE_CFLAGS) \
  • trunk/Tools/ChangeLog

    r106838 r106847  
     12012-02-06  Kalev Lember  <kalevlember@gmail.com>
     2
     3        [GTK] Add missing pango include dir to fix build
     4        https://bugs.webkit.org/show_bug.cgi?id=77832
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.am: Added $(PANGO_CFLAGS) to libWebCoreInternals_la_CPPFLAGS.
     9
    1102012-02-06  Martin Robinson  <mrobinson@igalia.com>
    211
  • trunk/Tools/GNUmakefile.am

    r106786 r106847  
    6666        $(CAIRO_CFLAGS) \
    6767        $(LIBSOUP_CFLAGS) \
     68        $(PANGO_CFLAGS) \
    6869        -I$(top_builddir)/DerivedSources \
    6970        -I$(top_builddir)/DerivedSources/WebCore
Note: See TracChangeset for help on using the changeset viewer.