Commit graph

5 commits

Author SHA1 Message Date
Christian Lohmaier
78727badb0 disable obsolete python check, no traces of the greport tool anymore 2011-06-01 02:50:54 +02:00
Tor Lillqvist
29a73db64c Simply add if false around the chunk to bypass instead 2011-06-01 01:53:34 +03:00
Tor Lillqvist
709b77eda2 Don't use libintl in glib
Patch out the chunk of GLib's configure script that looks for
libintl. Take care of fallout in a couple of places in GLib
sources. The end result is that GLib doesn't use any libintl (gettext
etc) functionality. Which is nice, as we then shouldn't need to build
gettext. No functionality should be lost, as we weren't delivering any
GLib message catalogs anyway, so none of the gettext calls at least
here would ever have found any localised messages.
2011-06-01 01:33:18 +03:00
Tor Lillqvist
b61b156d52 Enable building glib for iOS
Pass --build and --host options to the configure script. Pass a bunch
of a priori cached test results for stuff that can't be determined
when cross-compiling. Link with the CoreFoundation framework. Build
static archives.

Patch out the compile-time USE_LIBICONV_GNU and _LIBICONV_H test from
gconvert.c as it for some reason fails for iOS.
2011-05-31 01:26:26 +03:00
Philipp Lohmann [pl]
a14d776661 rsvglibs: add glib dependency. 2011-02-28 13:54:22 +01:00