RESOLVED FIXED Bug 77980
[GTK] Include gdk-pixbuf in the jhbuild modules
https://bugs.webkit.org/show_bug.cgi?id=77980
Summary [GTK] Include gdk-pixbuf in the jhbuild modules
Mario Sanchez Prada
Reported 2012-02-07 06:11:47 PST
We need to add gdk-pixbuf to the jhbuild modules to avoid breaking things if building with a too recent version of gdk-pixbuf, which would fail to find symbols provided by the new GIO's GResource, not present until glib 2.31.16 (we include 2.31.2 in WKGTK's jhbuild modules). We could raise glib up to 2.31.16, but this would cause even more trouble when trying to build libsoup (it will fail to link due to not finding g_module_open() while generating the introspection information) and so it seems more sensible to add gdk-pixbuf, instead. I'm thinking of gdk-pixbuf 2.35.5 since that's what we have installed in the bots now.
Attachments
Patch (1.85 KB, patch)
2012-02-07 06:14 PST, Mario Sanchez Prada
no flags
Patch (1.87 KB, patch)
2012-02-07 06:27 PST, Mario Sanchez Prada
no flags
Patch (1.87 KB, patch)
2012-02-07 07:00 PST, Mario Sanchez Prada
gustavo: review+
Mario Sanchez Prada
Comment 1 2012-02-07 06:14:26 PST
Gustavo Noronha (kov)
Comment 2 2012-02-07 06:16:51 PST
Mario Sanchez Prada
Comment 3 2012-02-07 06:27:24 PST
Gustavo Noronha (kov)
Comment 4 2012-02-07 06:30:36 PST
Mario Sanchez Prada
Comment 5 2012-02-07 07:00:15 PST
Gustavo Noronha (kov)
Comment 6 2012-02-07 07:04:33 PST
Comment on attachment 125840 [details] Patch I've been wondering about our tarball usage, been thinking migrating all modules to git might be a good idea, but we can do all of them at once if we decide it's indeed a good idea =)
Mario Sanchez Prada
Comment 7 2012-02-07 07:22:16 PST
Note You need to log in before you can comment on or make changes to this bug.