diff options
author | Julien Cristau <jcristau@debian.org> | 2009-04-16 14:27:15 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-04-21 15:25:58 -0700 |
commit | 84f69081abaeef8b05cafb64d3102eb2abdf9a8e (patch) | |
tree | c92e56a461002c203538097ffc7be4ffeed3c6b9 /src/tfp410 | |
parent | 08ebde4715b87867184d42b60762cd774e151f5c (diff) |
Require xserver 1.3
I don't think anyone tests this against an old server anymore.
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/tfp410')
-rw-r--r-- | src/tfp410/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tfp410/Makefile.am b/src/tfp410/Makefile.am index 0dbc0212..23d9c87a 100644 --- a/src/tfp410/Makefile.am +++ b/src/tfp410/Makefile.am @@ -3,7 +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 = @WARN_CFLAGS@ @XMODES_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ \ +AM_CFLAGS = @WARN_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ \ @PCIACCESS_CFLAGS@ tfp410_la_LTLIBRARIES = tfp410.la |