]> git.pld-linux.org Git - packages/gdk-pixbuf.git/blob - gdk-pixbuf-nognome.patch
- x32 rebuild
[packages/gdk-pixbuf.git] / gdk-pixbuf-nognome.patch
1 --- gdk-pixbuf-0.19.0/configure.in.orig Tue Sep 17 01:22:16 2002
2 +++ gdk-pixbuf-0.19.0/configure.in      Tue Sep 17 01:34:51 2002
3 @@ -49,6 +49,12 @@
4  AC_SUBST(STRIP_BEGIN)
5  AC_SUBST(STRIP_END)
6  
7 +AC_ARG_WITH(gnome, [  --without-gnome         Don not build GnomeCanvasPixbuf library],
8 +       [BUILD_CANVAS=$withval],
9 +       [BUILD_CANVAS=check]
10 +)
11 +
12 +if test "$BUILD_CANVAS" != "no" ; then
13  AC_PATH_PROG(GNOME_CONFIG,gnome-config,no)
14  if test x$GNOME_CONFIG != xno; then
15         echo "Building the GnomeCanvasPixbuf library"
16 @@ -59,6 +65,7 @@
17         echo "Not building GnomeCanvasPixbuf library"
18         BUILD_CANVAS=no
19  fi       
20 +fi
21  
22  AM_CONDITIONAL(BUILD_CANVAS_ITEM, test $BUILD_CANVAS = yes)
23  
This page took 0.054031 seconds and 4 git commands to generate.