mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Honor GDK_PIXBUF_CSOURCE from configure.in when cross-compiling. (#87099,
Tue Jul 30 15:39:06 2002 Owen Taylor <otaylor@redhat.com> * demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from configure.in when cross-compiling. (#87099, J. Ali Harlow)
This commit is contained in:
parent
b15b3145c4
commit
eca686f8e0
@ -1,3 +1,9 @@
|
||||
Tue Jul 30 15:39:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from
|
||||
configure.in when cross-compiling. (#87099,
|
||||
J. Ali Harlow)
|
||||
|
||||
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jul 30 15:39:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from
|
||||
configure.in when cross-compiling. (#87099,
|
||||
J. Ali Harlow)
|
||||
|
||||
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jul 30 15:39:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from
|
||||
configure.in when cross-compiling. (#87099,
|
||||
J. Ali Harlow)
|
||||
|
||||
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jul 30 15:39:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from
|
||||
configure.in when cross-compiling. (#87099,
|
||||
J. Ali Harlow)
|
||||
|
||||
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jul 30 15:39:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from
|
||||
configure.in when cross-compiling. (#87099,
|
||||
J. Ali Harlow)
|
||||
|
||||
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jul 30 15:39:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from
|
||||
configure.in when cross-compiling. (#87099,
|
||||
J. Ali Harlow)
|
||||
|
||||
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
||||
|
@ -32,11 +32,16 @@ noinst_PROGRAMS = \
|
||||
testpixbuf-scale \
|
||||
pixbuf-demo
|
||||
|
||||
test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource$(EXEEXT) apple-red.png gnome-foot.png
|
||||
if CROSS_COMPILING
|
||||
pixbuf_csource=$(GDK_PIXBUF_CSOURCE)
|
||||
else
|
||||
pixbuf_csource=GDK_PIXBUF_MODULEDIR=$$topdir/gdk-pixbuf/.libs $$topdir/gdk-pixbuf/gdk-pixbuf-csource
|
||||
endif
|
||||
|
||||
test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource apple-red.png gnome-foot.png
|
||||
(topdir=`cd $(top_builddir) && pwd` ; curdir=`pwd` ; \
|
||||
cd $(srcdir) && \
|
||||
GDK_PIXBUF_MODULEDIR=$$topdir/gdk-pixbuf/.libs \
|
||||
$$topdir/gdk-pixbuf/gdk-pixbuf-csource --build-list \
|
||||
$(pixbuf_csource) --build-list \
|
||||
apple_red apple-red.png gnome_foot gnome-foot.png >$$curdir/test-inline-pixbufs.h)
|
||||
|
||||
testpixbuf_DEPENDENCIES = $(DEPS)
|
||||
|
Loading…
Reference in New Issue
Block a user