forked from AuroraMiddleware/gtk
Fix envars for uninstalled operation of gdk-pixbuf
Fri Oct 4 12:05:27 2002 Owen Taylor <otaylor@redhat.com> * demos/Makefile.am (pixbuf_csource): Fix envars for uninstalled operation of gdk-pixbuf * demos/Makefile.am (test-inline-pixbufs.h): Remove output on failure.
This commit is contained in:
parent
ba768cd331
commit
73e0984242
@ -1,3 +1,11 @@
|
||||
Fri Oct 4 12:05:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (pixbuf_csource): Fix envars
|
||||
for uninstalled operation of gdk-pixbuf
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Remove
|
||||
output on failure.
|
||||
|
||||
Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_class_init): Get the
|
||||
|
@ -1,3 +1,11 @@
|
||||
Fri Oct 4 12:05:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (pixbuf_csource): Fix envars
|
||||
for uninstalled operation of gdk-pixbuf
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Remove
|
||||
output on failure.
|
||||
|
||||
Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_class_init): Get the
|
||||
|
@ -1,3 +1,11 @@
|
||||
Fri Oct 4 12:05:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (pixbuf_csource): Fix envars
|
||||
for uninstalled operation of gdk-pixbuf
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Remove
|
||||
output on failure.
|
||||
|
||||
Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_class_init): Get the
|
||||
|
@ -1,3 +1,11 @@
|
||||
Fri Oct 4 12:05:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (pixbuf_csource): Fix envars
|
||||
for uninstalled operation of gdk-pixbuf
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Remove
|
||||
output on failure.
|
||||
|
||||
Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_class_init): Get the
|
||||
|
@ -1,3 +1,11 @@
|
||||
Fri Oct 4 12:05:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (pixbuf_csource): Fix envars
|
||||
for uninstalled operation of gdk-pixbuf
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Remove
|
||||
output on failure.
|
||||
|
||||
Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_class_init): Get the
|
||||
|
@ -1,3 +1,11 @@
|
||||
Fri Oct 4 12:05:27 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (pixbuf_csource): Fix envars
|
||||
for uninstalled operation of gdk-pixbuf
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Remove
|
||||
output on failure.
|
||||
|
||||
Fri Oct 4 12:00:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_class_init): Get the
|
||||
|
@ -35,14 +35,14 @@ noinst_PROGRAMS = \
|
||||
if CROSS_COMPILING
|
||||
pixbuf_csource=$(GDK_PIXBUF_CSOURCE)
|
||||
else
|
||||
pixbuf_csource=GDK_PIXBUF_MODULEDIR=$$topdir/gdk-pixbuf/.libs $$topdir/gdk-pixbuf/gdk-pixbuf-csource
|
||||
pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$$topdir/gdk-pixbuf/gdk-pixbuf.loaders $$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) && \
|
||||
$(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 || (rm -f $$curdir/test-inline-pixbufs.h && false))
|
||||
|
||||
testpixbuf_DEPENDENCIES = $(DEPS)
|
||||
testpixbuf_drawable_DEPENDENCIES = $(DEPS)
|
||||
|
Loading…
Reference in New Issue
Block a user