<!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 Thu, 2010-06-10 at 08:50 +1000, Peter Hutterer wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Wed, Jun 09, 2010 at 06:12:57PM -0400, Gaetan Nadon wrote:
&gt; On Thu, 2010-06-10 at 00:00 +0200, Julien Cristau wrote:
&gt; 
&gt; &gt; On Wed, Jun  9, 2010 at 17:57:45 -0400, Gaetan Nadon wrote:
&gt; &gt; 
&gt; &gt; &gt; Now I get it. However randr is an optional extension, it may or may not
&gt; &gt; &gt; be defined in the server. On the other hand, the server should perhaps
&gt; &gt; 
&gt; &gt; xorg-server.pc is generated, it can require randrproto or not depending
&gt; &gt; on whether xorg-server.h will define RANDR.
&gt; &gt; 
&gt; 
&gt; 
&gt; This sounds like the proper solution, which has to be implemented in the
&gt; server. Currently, all input and video drivers have a dependency on
&gt; RANDR coded in their configuration. Would you agree that, at the moment,
&gt; this is unfortunately correct? 

or clean up xf86.h so that the RandR specific function declarations are
defined elsewhere? Would this be an option? the only reason it is included
is the Rotation typedef.

</PRE>
</BLOCKQUOTE>
That was my initial thought, but I find the .pc solution attractive. Even if there were no problems to solve, the server should declare its dependencies there. It would also solves other indirect dependencies like randr which depends on render. Failing to include headers file is still not a perfect test for detecting dependencies. The xf86.h header should also be refactored as well, of course.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
Cheers,
  Peter
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>