[PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-10 Thread Gaetan Nadon
Any module (drivers) depending on xserver also depends on some of the server private dependencies. Any driver including xf86.h depends on xext, kbproto, inputproto and randr. These dependencies are in separate packages, so anything can happen, removal, wrong version, etc... and the driver fails du

[PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-13 Thread Gaetan Nadon
Any module (drivers) depending on xserver also depends on some of the server private dependencies. Any driver including xf86.h depends on xext, kbproto, inputproto and randr. These dependencies are in separate packages, so anything can happen, removal, wrong version, etc... and the driver fails du

[PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-20 Thread Gaetan Nadon
Any module (drivers) depending on xserver also depends on some of the server private dependencies. Any driver including xf86.h depends on xext, kbproto, inputproto and randr. These dependencies are in separate packages, so anything can happen, removal, wrong version, etc... and the driver fails du

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-10 Thread Julien Cristau
On Thu, Jun 10, 2010 at 08:54:38 -0400, Gaetan Nadon wrote: > diff --git a/xorg-server.pc.in b/xorg-server.pc.in > index 44f886a..898bed2 100644 > --- a/xorg-server.pc.in > +++ b/xorg-server.pc.in > @@ -16,5 +16,6 @@ Name: xorg-server > Description: Modular X.Org X Server > Version: @PACKAGE_VER

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-10 Thread Dan Nicholson
On Thu, Jun 10, 2010 at 6:14 AM, Julien Cristau wrote: > On Thu, Jun 10, 2010 at 08:54:38 -0400, Gaetan Nadon wrote: > >> diff --git a/xorg-server.pc.in b/xorg-server.pc.in >> index 44f886a..898bed2 100644 >> --- a/xorg-server.pc.in >> +++ b/xorg-server.pc.in >> @@ -16,5 +16,6 @@ Name: xorg-server

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-10 Thread Gaetan Nadon
On Thu, 2010-06-10 at 07:01 -0700, Dan Nicholson wrote: > On Thu, Jun 10, 2010 at 6:14 AM, Julien Cristau wrote: > > On Thu, Jun 10, 2010 at 08:54:38 -0400, Gaetan Nadon wrote: > > > >> diff --git a/xorg-server.pc.in b/xorg-server.pc.in > >> index 44f886a..898bed2 100644 > >> --- a/xorg-server.pc

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-10 Thread Dan Nicholson
On Thu, Jun 10, 2010 at 8:51 AM, Gaetan Nadon wrote: > On Thu, 2010-06-10 at 07:01 -0700, Dan Nicholson wrote: > > On Thu, Jun 10, 2010 at 6:14 AM, Julien Cristau wrote: >> On Thu, Jun 10, 2010 at 08:54:38 -0400, Gaetan Nadon wrote: >> >>> diff --git a/xorg-server.pc.in b/xorg-server.pc.in >>> in

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-14 Thread Dan Nicholson
On Sun, Jun 13, 2010 at 1:49 PM, Gaetan Nadon wrote: > Any module (drivers) depending on xserver also depends on some of the > server private dependencies. Any driver including xf86.h depends on > xext, kbproto, inputproto and randr. > > These dependencies are in separate packages, so anything can

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-14 Thread Gaetan Nadon
On Mon, 2010-06-14 at 15:07 -0700, Dan Nicholson wrote: > On Sun, Jun 13, 2010 at 1:49 PM, Gaetan Nadon wrote: > > Any module (drivers) depending on xserver also depends on some of the > > server private dependencies. Any driver including xf86.h depends on > > xext, kbproto, inputproto and randr.

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-14 Thread Dan Nicholson
On Mon, Jun 14, 2010 at 6:59 PM, Gaetan Nadon wrote: > On Mon, 2010-06-14 at 15:07 -0700, Dan Nicholson wrote: > > On Sun, Jun 13, 2010 at 1:49 PM, Gaetan Nadon wrote: >> Any module (drivers) depending on xserver also depends on some of the >> server private dependencies. Any driver including xf8

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-15 Thread Gaetan Nadon
On Mon, 2010-06-14 at 21:03 -0700, Dan Nicholson wrote: > On Mon, Jun 14, 2010 at 6:59 PM, Gaetan Nadon wrote: > > On Mon, 2010-06-14 at 15:07 -0700, Dan Nicholson wrote: > > > > On Sun, Jun 13, 2010 at 1:49 PM, Gaetan Nadon wrote: > >> Any module (drivers) depending on xserver also depends on s

Re: [PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-15 Thread Dan Nicholson
On Tue, Jun 15, 2010 at 7:45 AM, Gaetan Nadon wrote: > On Mon, 2010-06-14 at 21:03 -0700, Dan Nicholson wrote: > > On Mon, Jun 14, 2010 at 6:59 PM, Gaetan Nadon wrote: >> On Mon, 2010-06-14 at 15:07 -0700, Dan Nicholson wrote: >> >> On Sun, Jun 13, 2010 at 1:49 PM, Gaetan Nadon >> wrote: >>> Any