Bug 21884 - libwebkit doesn't link against libpng
Summary: libwebkit doesn't link against libpng
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Mike Hommey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-25 01:55 PDT by Mike Hommey
Modified: 2008-10-29 13:21 PDT (History)
0 users

See Also:


Attachments
patch (1.85 KB, patch)
2008-10-25 01:57 PDT, Mike Hommey
zecke: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hommey 2008-10-25 01:55:51 PDT
objdump -x /usr/lib/libwebkit-1.0.so.1|grep png
outputs nothing while it should. It happens that it doesn't break webkit because some other library it depends on (cairo, at least) does link against libpng, but it really should.
Comment 1 Mike Hommey 2008-10-25 01:57:16 PDT
Created attachment 24674 [details]
patch
Comment 2 Holger Freyther 2008-10-29 13:05:45 PDT
Comment on attachment 24674 [details]
patch

I agree.
Comment 3 Holger Freyther 2008-10-29 13:21:10 PDT
Landed in r37976.