<!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 Wed, 2010-09-01 at 18:00 +0300, Tiago Vignatti wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">Please, I need feedback here to keep with this work. Mark, do you have some</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">suggestions how to proceed? Once I've done with 1. and .2 I can roll my</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">bus-cleanup-take3 tree [2] again and conditionalize libpciaccess from the</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">server.</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
If you do succeed in making libpciaccess conditional, you should review the configuration<BR>
of all 55 drivers listed in util/modular/build.sh. Some assume libpciaccess is always available,<BR>
others treat it as optional as it may have been so in the past. Many drivers build the lastest<BR>
versions with older servers.<BR>
<BR>
In xorg-server.pc, libpciaccess is part of the server public interface:
<BLOCKQUOTE>
<PRE>
Requires: pixman-1 pciaccess

$ pkg-config --print-errors --libs xorg-server:
-L/home/nadon/xorg/src/lib -lpixman-1 -lpciaccess
</PRE>
</BLOCKQUOTE>
The impact of a change in this area should be reviewed.<BR>
<BR>
Gaetan
</BODY>
</HTML>