GNOME Bugzilla – Bug 624712
Fix linking when libpng loader is builtin
Last modified: 2010-07-19 14:01:15 UTC
See patch
Created attachment 166146 [details] [review] Fix linking when libpng loader is builtin When the libpng loader is builtin to gdk-pixbuf, we need to require libpng itself, or the linking will fail: /usr/bin/ld: cannot find -lpng12
Review of attachment 166146 [details] [review]: it would probably be ideal to clean up gdk-pixbuf's configure script. for now, this change makes sense.
Attachment 166146 [details] pushed as 644dd10 - Fix linking when libpng loader is builtin