forked from AuroraMiddleware/gtk
Use libart-config correctly; find gnome-config separately. Fix GNOME_LIBS
1999-11-04 Havoc Pennington <hp@pobox.com> * configure.in: Use libart-config correctly; find gnome-config separately. Fix GNOME_LIBS to be correct in "no gnome installed yet" case. * src/Makefile.am: Link to GNOME_LIBS instead of a hardcoded library list. Patch untested in the inside-gnome-libs case, I need to commit then check out to the gnome-libs I'm using.
This commit is contained in:
parent
4107506f65
commit
38abc0dee0
@ -1,3 +1,15 @@
|
||||
1999-11-04 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* configure.in: Use libart-config correctly; find gnome-config
|
||||
separately. Fix GNOME_LIBS to be correct in "no gnome installed
|
||||
yet" case.
|
||||
|
||||
* src/Makefile.am: Link to GNOME_LIBS instead of a hardcoded
|
||||
library list.
|
||||
|
||||
Patch untested in the inside-gnome-libs case, I need to commit
|
||||
then check out to the gnome-libs I'm using.
|
||||
|
||||
1999-11-04 Michael Fulbright <drmike@redhat.com>
|
||||
|
||||
* src/io-jpeg.c (image_begin_load): Add update_func callback.
|
||||
|
@ -35,7 +35,7 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
|
||||
|
||||
LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS)
|
||||
|
||||
testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) -lgnomeui -lart_lgpl -lgdk_imlib -lgtk -lgdk -lgmodule -lgnome -lgnomesupport
|
||||
testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule
|
||||
|
||||
#
|
||||
# The GdkPixBuf library
|
||||
|
Loading…
Reference in New Issue
Block a user