xserver/hw/xorg/drivers/ati Makefile.am,1.1,1.2
Daniel Stone
xserver-commit at pdx.freedesktop.org
Mon Apr 26 15:42:01 EST 2004
Committed by: daniel
Update of /cvs/xserver/xserver/hw/xorg/drivers/ati
In directory pdx:/tmp/cvs-serv12192/hw/xorg/drivers/ati
Modified Files:
Makefile.am
Log Message:
Add two extra #define's (-DX_BYTE_ORDER=X_LITTLE_ENDIAN and -DWITH_VGAHW) to
hopefully get the server going. i386-specific, obviously.
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/xorg/drivers/ati/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/Makefile.am 25 Apr 2004 13:52:10 -0000 1.1
+++ b/Makefile.am 26 Apr 2004 05:41:57 -0000 1.2
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(XORG_CFLAGS)
+AM_CFLAGS = $(XORG_CFLAGS) -DWITH_VGAHW
INCLUDES = $(XORG_INCS) \
-I$(top_srcdir)/mi \
More information about the xserver-commit
mailing list