| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Reverts commit 717c28e12daff5ae9fcb01b45cd1daf13609cddb and
fixes AX_PROG_CC_FOR_BUILD (see also
http://savannah.gnu.org/patch/index.php?7989).
https://bugzilla.gnome.org/show_bug.cgi?id=692638
|
|
|
|
|
|
| |
This fixes cross compiling where build system != host system.
https://bugzilla.gnome.org/show_bug.cgi?id=699690
|
|
|
|
|
|
|
|
|
|
|
|
| |
When cross-compiling, instead of depending on a natively built GTK+ (which means
building Glib, ATK, Pango, gdk-pixbuf, libX11...) for gtk-update-icon-cache,
find the host compiler and gdk-pixbuf, and build another gtk-update-icon-cache
with that.
This uses AX_PROG_CC_FOR_BUILD from autostars to find the host compiler, and
assumes that you'd set PKG_CONFIG_FOR_BUILD to a host pkg-config binary.
https://bugzilla.gnome.org/show_bug.cgi?id=691301
|
|
|
|
| |
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=652991
|
|
|
|
| |
This fixes substitution with dash.
|
| |
|
|
|
|
|
|
| |
This one includes the INTROSPECTION_MAKEFILE variable
which we will include in all Makefiles which are going
to build introspection girs/typelibs
|
|
So we don't need the introspection.m4 file
to create a dist of gtk+
|