]> Pileus Git - ~andy/gtk/commitdiff
Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as they
authorFederico Mena Quintero <federico@redhat.com>
Mon, 18 Oct 1999 18:47:17 +0000 (18:47 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Mon, 18 Oct 1999 18:47:17 +0000 (18:47 +0000)
1999-10-18  Federico Mena Quintero  <federico@redhat.com>

* configure.in: Use $GTK_LIBS as the extra libs when checking for
libgif/libungif, as they need the X libraries.  Fixes bug #2472.

gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

index a07c218f4efd658fa4463c3109f4f3985f7b72c1..acc61ea623df5249c9add4f9ed8f9d0a8229cf58 100644 (file)
@@ -1,3 +1,8 @@
+1999-10-18  Federico Mena Quintero  <federico@redhat.com>
+
+       * configure.in: Use $GTK_LIBS as the extra libs when checking for
+       libgif/libungif, as they need the X libraries.  Fixes bug #2472.
+
 1999-10-10  Cody Russell  <bratsche@dfw.net>
        * src/gdk-pixbuf-drawable.c: core function now determines whether
        the requested geometry is on screen or not, and if some is not
index 329e648e5ba9ef3eea41b4142c9b41dcec3e2b07..59df1e08492a44c74b178fed2445e6005a9ecaae 100644 (file)
@@ -44,13 +44,11 @@ testpixbuf_LDADD = $(LDADDS)
 libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf
 
 libgdk_pixbuf_la_SOURCES =     \
-#      gdk-pixbuf-drawable.c   \
        gdk-pixbuf.c            \
        gdk-pixbuf-io.c         \
        gdk-pixbuf-data.c
 
 libgdk_pixbufinclude_HEADERS = \
-#      gdk-pixbuf-drawable.h   \
        gdk-pixbuf.h            \
        gdk-pixbuf-io.h