<!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 Tue, 2010-07-27 at 15:41 +0200, Julien Cristau wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
<TT><FONT COLOR="#737373">> +PKG_CHECK_MODULES(XI, [xi >= 1.3])</FONT></TT><BR>
<TT><FONT COLOR="#737373">> +PKG_CHECK_MODULES(GL, [gl >= 7.7.0])</FONT></TT><BR>
<TT><FONT COLOR="#737373">> </FONT></TT><BR>
<TT><FONT COLOR="#737373">> sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`</FONT></TT><BR>
<TT><FONT COLOR="#737373">> </FONT></TT><BR>
<BR>
<TT><FONT COLOR="#1a1a1a">May I ask why? None of these seem necessary…</FONT></TT><BR>
<BR>
</BLOCKQUOTE>
<BR>
Jesse,<BR>
<BR>
Will the --disable-dri option still work now that the module cannot be configured without the gl package?<BR>
<BR>
Will xi version 1.3 version be "too recent" when built against a 1.6 server?<BR>
The 1.6 server does not depend on libXi.<BR>
<BR>
It's great to have accurate dependencies checking. Just by looking at the configuration of this driver,<BR>
it has an explicit requirement to support server 1.6 and later, and to work without dri.<BR>
<BR>
Gaetan<BR>
<BR>
<BR>
</BODY>
</HTML>