diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-06-06 00:52:20 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-06-06 00:52:20 +0000 |
commit | ff5da262864bd4bef44576bf3395d9937c98881d (patch) | |
tree | 10aaa41e6391dc06381e595e931b7acb7be36501 /ChangeLog.pre-2-8 | |
parent | d4ed293db4ef9077c7d02fc924ee13a7308d286d (diff) | |
download | gtk+-ff5da262864bd4bef44576bf3395d9937c98881d.tar.gz |
Conditionalize deendencies for gdk-pixbuf-csource on cross-compilation
Thu Jun 5 20:35:40 2003 Owen Taylor <otaylor@redhat.com>
* demos/Makefile.am: Conditionalize deendencies for
gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlowe).
Buildtest-inline-pixbufs.h in srcdir. Don't try to build
test-inline-pixbufs.h if we don't have libpng.
* gtk/stock-icons/Makefile.am (gtkstockpixbufs.h):
Add a dependency on gdk-pixbuf.loaders when not
cross-compiling, remove the dependency on gdk-pixbuf-csource
when not cross compiling.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8196dea14e..e3528b2dcb 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,15 @@ +Thu Jun 5 20:35:40 2003 Owen Taylor <otaylor@redhat.com> + + * demos/Makefile.am: Conditionalize deendencies for + gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlowe). + Buildtest-inline-pixbufs.h in srcdir. Don't try to build + test-inline-pixbufs.h if we don't have libpng. + + * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): + Add a dependency on gdk-pixbuf.loaders when not + cross-compiling, remove the dependency on gdk-pixbuf-csource + when not cross compiling. + Thu Jun 5 20:12:51 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_get_default_size): Handle |