Re: [Nautilus-list] [PATCH] gtk_pixbuf & librsvg



On Sat, 29 Apr 2000, Darin Adler wrote:

> Your message didn't include a patch. Did you forget to include it?
> 
>     -- Darin

Sorry for the inconvenience, here is it.
Zun.
Index: configure.in
===================================================================
RCS file: /cvs/gnome/nautilus/configure.in,v
retrieving revision 1.63
diff -c -r1.63 configure.in
*** configure.in	2000/04/28 03:12:55	1.63
--- configure.in	2000/04/29 12:12:45
***************
*** 212,217 ****
--- 212,220 ----
  dnl = end gnet checks
  dnl ====================================
  
+ AM_PATH_GDK_PIXBUF(0.7.0,,
+ AC_MSG_ERROR([*** gdk_pixbuf 0.7.0 or better is required.]))
+ 
  AC_PATH_PROG(LIBWWW_CONFIG,libwww-config,no)
  if test x$LIBWWW_CONFIG = xno; then
    AC_MSG_ERROR(Couldn't find libwww-config try http://www.w3.org/Library/Distribution.html to get a copy of libwww)
Index: librsvg/Makefile.am
===================================================================
RCS file: /cvs/gnome/nautilus/librsvg/Makefile.am,v
retrieving revision 1.3
diff -c -r1.3 Makefile.am
*** librsvg/Makefile.am	2000/04/27 12:30:02	1.3
--- librsvg/Makefile.am	2000/04/29 12:12:48
***************
*** 10,15 ****
--- 10,16 ----
  INCLUDES=-I$(top_srcdir) -I$(top_builddir) \
  	$(GNOME_CFLAGS) \
  	$(GNOMECANVASPIXBUF_INCLUDEDIR) \
+ 	$(GDK_PIXBUF_CFLAGS) \
  	$(XML_CFLAGS) \
  	$(WERROR) \
  	-D_REENTRANT


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]