Re: [PATCH] Allow building without XV.

2010-11-08 Thread Cyril Brulebois
Julien Cristau jcris...@debian.org (07/11/2010):
 This should probably just add #ifdef XV around that block in
 src/fbdev.c, so it follows the configuration of the server you're
 building against (xorg-server.h).

In which case, one would have to ship two flavours of the header: one
for the normal X server, and one for the udeb (micro-deb, for the
Debian Installer), which sounds a bit of an overhead just for an
extension?

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] Allow building without XV.

2010-11-08 Thread Julien Cristau
On Mon, Nov  8, 2010 at 13:41:35 +0100, Cyril Brulebois wrote:

 Julien Cristau jcris...@debian.org (07/11/2010):
  This should probably just add #ifdef XV around that block in
  src/fbdev.c, so it follows the configuration of the server you're
  building against (xorg-server.h).
 
 In which case, one would have to ship two flavours of the header: one
 for the normal X server, and one for the udeb (micro-deb, for the
 Debian Installer), which sounds a bit of an overhead just for an
 extension?
 
We can just patch that #if XV to #if 0 locally, no need to clutter
upstream with such an option.

Cheers,
Julien


signature.asc
Description: Digital signature
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] Allow building without XV.

2010-11-08 Thread Cyril Brulebois
Julien Cristau jcris...@debian.org (08/11/2010):
 We can just patch that #if XV to #if 0 locally, no need to clutter
 upstream with such an option.

ACK, patch updated. Thanks for the review(s).

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] Allow building without XV.

2010-11-07 Thread Julien Cristau
On Sun, Nov  7, 2010 at 15:55:47 +0100, Cyril Brulebois wrote:

 It is useful when one is trying to build an X system with a limited
 amount of features, like in the Debian Graphical Installer.
 
This should probably just add #ifdef XV around that block in
src/fbdev.c, so it follows the configuration of the server you're
building against (xorg-server.h).

Cheers,
Julien


signature.asc
Description: Digital signature
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel