xserver ChangeLog,3.155,3.156 configure.ac,3.68,3.69

Carlos Romero xserver-commit at pdx.freedesktop.org
Thu Mar 18 21:50:00 PST 2004


Committed by: kidcrash

Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv19965

Modified Files:
	ChangeLog configure.ac 
Log Message:
Xizzle server build fixes


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.155
retrieving revision 3.156
diff -u -d -r3.155 -r3.156
--- a/ChangeLog	18 Mar 2004 23:37:54 -0000	3.155
+++ b/ChangeLog	19 Mar 2004 05:49:58 -0000	3.156
@@ -1,3 +1,14 @@
+2004-03-19  Carlos Romero  <kidcrash at bellsouth.net>
+	* configure.ac:
+	* hw/xizzle/Makefile.am:
+	* hw/xizzle/drivers/ati/Makefile.am:
+	* hw/xizzle/drivers/ati/atimach64.c:
+	* hw/xizzle/drivers/ati/atimach64xv.c:
+	* hw/xizzle/drivers/ati/atiscreen.c: (ATIScreenInit):
+	* hw/xizzle/drivers/ati/ativga.c:
+	* hw/xizzle/os-support/bus/Makefile.am:
+	Xizzle server build fixes
+
 2004-03-18  Carlos Romero  <kidcrash at bellsouth.net>
 	* configure.ac:
 	* hw/xizzle/drivers/ati/Makefile.am:

Index: configure.ac
===================================================================
RCS file: /cvs/xserver/xserver/configure.ac,v
retrieving revision 3.68
retrieving revision 3.69
diff -u -d -r3.68 -r3.69
--- a/configure.ac	18 Mar 2004 23:27:53 -0000	3.68
+++ b/configure.ac	19 Mar 2004 05:49:58 -0000	3.69
@@ -425,7 +425,7 @@
 	-I$(top_srcdir)/hw/xizzle/os-support/bus'
 	XIZZLE_CORE_LIBS="$DIX_LIB $OS_LIB"
 	XIZZLE_LIBS="$FB_LIB $MI_LIB $EXTENSION_LIBS $DAMAGE_LIB $SHADOW_LIB \
-	             $XPSTUBS_LIB"
+	             $XPSTUBS_LIB -ldl"
 	XIZZLE_INCS="$XIZZLE_INC $EXTENSION_INCS $MI_INC $DAMAGE_INC \
 	             $SHADOW_INC $FB_INC $XSERVER_CFLAGS "'-I$(top_srcdir)/os'
 	XIZZLE_CFLAGS="$XIZZLESERVER_CFLAGS -D_XOPEN_SOURCE -D_POSIX_SOURCE=500 \




More information about the xserver-commit mailing list