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:
@ -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>
|
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
* 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>
|
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
* 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>
|
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
* 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>
|
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
* 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>
|
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
* 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>
|
Mon Jul 29 16:42:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
* gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
|
||||||
|
@ -32,11 +32,16 @@ noinst_PROGRAMS = \
|
|||||||
testpixbuf-scale \
|
testpixbuf-scale \
|
||||||
pixbuf-demo
|
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` ; \
|
(topdir=`cd $(top_builddir) && pwd` ; curdir=`pwd` ; \
|
||||||
cd $(srcdir) && \
|
cd $(srcdir) && \
|
||||||
GDK_PIXBUF_MODULEDIR=$$topdir/gdk-pixbuf/.libs \
|
$(pixbuf_csource) --build-list \
|
||||||
$$topdir/gdk-pixbuf/gdk-pixbuf-csource --build-list \
|
|
||||||
apple_red apple-red.png gnome_foot gnome-foot.png >$$curdir/test-inline-pixbufs.h)
|
apple_red apple-red.png gnome_foot gnome-foot.png >$$curdir/test-inline-pixbufs.h)
|
||||||
|
|
||||||
testpixbuf_DEPENDENCIES = $(DEPS)
|
testpixbuf_DEPENDENCIES = $(DEPS)
|
||||||
|
Reference in New Issue
Block a user