Changeset 116091 in webkit


Ignore:
Timestamp:
May 4, 2012 6:50:21 AM (12 years ago)
Author:
alexis.menard@openbossa.org
Message:

[Qt] Build fix when using libpng version > 1.2.
https://bugs.webkit.org/show_bug.cgi?id=85614

Reviewed by Tor Arne Vestbø.

Don't enforce the version of libpng when passing the option to the linker.

No new tests : build fix.

  • WebCore.pri:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r116087 r116091  
     12012-05-04  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        [Qt] Build fix when using libpng version > 1.2.
     4        https://bugs.webkit.org/show_bug.cgi?id=85614
     5
     6        Reviewed by Tor Arne Vestbø.
     7
     8        Don't enforce the version of libpng when passing the option to the linker.
     9
     10        No new tests : build fix.
     11
     12        * WebCore.pri:
     13
    1142012-05-04  Simon Hausmann  <simon.hausmann@nokia.com>
    215
  • trunk/Source/WebCore/WebCore.pri

    r116086 r116091  
    239239}
    240240
    241 LIBS += -ljpeg -lpng12
     241LIBS += -ljpeg -lpng
    242242
    243243win32-*|wince* {
Note: See TracChangeset for help on using the changeset viewer.