<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2010-10-01 at 17:37 +0200, Mark Kettenis wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">Also, drivers are supposed to work with some older servers as well, at</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">least some of them.&nbsp; So even if removing that line for the current</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">server is OK, it probably isn't for older servers.</FONT></TT><BR>
</BLOCKQUOTE>
<BR>
Just a reminder for those reading this thread.<BR>
<BR>
Should that information (the oldest server a driver wishes to support) become available,<BR>
it should be coded in configure.ac:
<BLOCKQUOTE>
<PRE>
PKG_CHECK_MODULES(XORG, [xorg-server &gt;= 1.0.99.901 ...)
</PRE>
</BLOCKQUOTE>
with the appropriate rationale in the commit text.<BR>
<BR>
Gaetan
</BODY>
</HTML>