[PATCH] fix for intel driver
Timo Aaltonen
tjaalton at cc.hut.fi
Mon Apr 16 13:53:56 PDT 2007
Hi
1.9.94 (or newer) doesn't build with xorg-server-1.2, this patch fixes
that.
--- xserver-xorg-video-intel-1.9.94.orig/src/ch7017/Makefile.am
+++ xserver-xorg-video-intel-1.9.94/src/ch7017/Makefile.am
@@ -3,9 +3,7 @@
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
-AM_CFLAGS = @XMODES_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(srcdir)/.. -I$(srcdir)/../modes
-
-AM_CFLAGS = @WARN_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ @XMODES_CFLAGS@
+AM_CFLAGS = @WARN_CFLAGS@ @XMODES_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(srcdir)/.. -I$(srcdir)/../modes
ch7017_la_LTLIBRARIES = ch7017.la
ch7017_la_LDFLAGS = -module -avoid-version
More information about the xorg
mailing list