RESOLVED FIXED 21884
libwebkit doesn't link against libpng
https://bugs.webkit.org/show_bug.cgi?id=21884
Summary libwebkit doesn't link against libpng
Mike Hommey
Reported 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.
Attachments
patch (1.85 KB, patch)
2008-10-25 01:57 PDT, Mike Hommey
zecke: review+
Mike Hommey
Comment 1 2008-10-25 01:57:16 PDT
Holger Freyther
Comment 2 2008-10-29 13:05:45 PDT
Comment on attachment 24674 [details] patch I agree.
Holger Freyther
Comment 3 2008-10-29 13:21:10 PDT
Landed in r37976.
Note You need to log in before you can comment on or make changes to this bug.