If not building libpng, don't rebuild gtkstockpixbufs.h (#81819, Bill

Wed May 15 11:13:19 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in gtk/stock-icons/Makefile.am: If not
        building libpng, don't rebuild gtkstockpixbufs.h
        (#81819, Bill Janssen)
This commit is contained in:
Owen Taylor
2002-05-15 15:31:29 +00:00
committed by Owen Taylor
parent fcc2550b1a
commit a02dba882e
8 changed files with 43 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Wed May 15 11:13:19 2002 Owen Taylor <otaylor@redhat.com>
* configure.in gtk/stock-icons/Makefile.am: If not
building libpng, don't rebuild gtkstockpixbufs.h
(#81819, Bill Janssen)
2002-05-15 jacob berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am (demos.h): just run perl on the

View File

@@ -1,3 +1,9 @@
Wed May 15 11:13:19 2002 Owen Taylor <otaylor@redhat.com>
* configure.in gtk/stock-icons/Makefile.am: If not
building libpng, don't rebuild gtkstockpixbufs.h
(#81819, Bill Janssen)
2002-05-15 jacob berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am (demos.h): just run perl on the

View File

@@ -1,3 +1,9 @@
Wed May 15 11:13:19 2002 Owen Taylor <otaylor@redhat.com>
* configure.in gtk/stock-icons/Makefile.am: If not
building libpng, don't rebuild gtkstockpixbufs.h
(#81819, Bill Janssen)
2002-05-15 jacob berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am (demos.h): just run perl on the

View File

@@ -1,3 +1,9 @@
Wed May 15 11:13:19 2002 Owen Taylor <otaylor@redhat.com>
* configure.in gtk/stock-icons/Makefile.am: If not
building libpng, don't rebuild gtkstockpixbufs.h
(#81819, Bill Janssen)
2002-05-15 jacob berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am (demos.h): just run perl on the

View File

@@ -1,3 +1,9 @@
Wed May 15 11:13:19 2002 Owen Taylor <otaylor@redhat.com>
* configure.in gtk/stock-icons/Makefile.am: If not
building libpng, don't rebuild gtkstockpixbufs.h
(#81819, Bill Janssen)
2002-05-15 jacob berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am (demos.h): just run perl on the

View File

@@ -1,3 +1,9 @@
Wed May 15 11:13:19 2002 Owen Taylor <otaylor@redhat.com>
* configure.in gtk/stock-icons/Makefile.am: If not
building libpng, don't rebuild gtkstockpixbufs.h
(#81819, Bill Janssen)
2002-05-15 jacob berkman <jacob@ximian.com>
* demos/gtk-demo/Makefile.am (demos.h): just run perl on the

View File

@@ -760,6 +760,12 @@ dnl Test for libmng
fi
fi
REBUILD_PNGS=\#
if test -z "$LIBPNG"; then
REBUILD_PNGS=
fi
AC_SUBST(REBUILD_PNGS)
AC_SUBST(LIBTIFF)
AC_SUBST(LIBJPEG)
AC_SUBST(LIBPNG)

View File

@@ -263,7 +263,7 @@ else
pixbuf_csource=GDK_PIXBUF_MODULEDIR=$(top_builddir)/gdk-pixbuf $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource
endif
gtkstockpixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource $(IMAGES)
gtkstockpixbufs.h: @REBUILD_PNGS@ $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource $(IMAGES)
$(pixbuf_csource) \
--raw --build-list $(VARIABLES1) > $(srcdir)/gtkstockpixbufs.h || \
( rm -f $(srcdir)/gtkstockpixbufs.h && false )