little patch to compile at-spi-0.8 with glib-2.0



Hi ...

I'm sure you mentioned this, if not, here is on patch to resolve the
problem kompiling at-spi-0.8 withg glib-2.0.

In utils/Makefile.in LDADD points to gdk_pixpuf_Xlib-1.3, but 2.0 is right
here. I changed it and it works ... a patch is inluded ...

	Regards

		Jan
-- 
One time, you all will be emulated by linux!

----
Jan- Hendrik Palic
Url:"http://www.billgotchy.de";
E-Mail: "palic billgotchy de"

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s: a-- C++ UL++ P+++ L+++ E W++ N+ o+ K- w--- 
O- M- V- PS++ PE Y+ PGP++ t--- 5- X+++ R-- tv- b++ DI-- D+++ 
G+++ e+++ h+ r++ z+ 
------END GEEK CODE BLOCK------
--- at-spi-0.0.8/util/Makefile.in~	Tue Feb 12 18:36:55 2002
+++ at-spi-0.0.8/util/Makefile.in	Tue Mar 26 17:27:31 2002
@@ -168,7 +168,7 @@
 
 orbittypelibdir = $(libdir)/orbit
 
-LDADD = $(UTILS_LIBS) -L$(prefix)/lib -lgdk_pixbuf_xlib-1.3
+LDADD = $(UTILS_LIBS) -L$(prefix)/lib -lgdk_pixbuf_xlib-2.0
 
 serverinfodir = $(libdir)/bonobo/servers
 serverinfo_DATA = Accessibility_Util.server

Attachment: pgpsboi5U0dFi.pgp
Description: PGP signature



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