[PATCH xlsclients] Depend on xcb >= 1.6 for XCB_ATOM_*.

2011-05-01 Thread Arnaud Fontaine
Hello, XCB_ATOM_* requires xcb >= 1.6. Could you please consider applying this patch? Also, considering that xcb-util 0.3.8 has been released, could you please release xlsclients as the last released version does not build anymore (fixed in a695ea7 and 2d566ce)? Thanks! Cheers, -- Ar

Re: [PATCH] xfree86: add nouveau as the first automatic driver for NVIDIA hardware

2011-05-01 Thread Anssi Hannula
On 20.04.2011 14:59, Daniel Stone wrote: > Hi, > > On Wed, Apr 20, 2011 at 02:34:52PM +0300, Anssi Hannula wrote: >> Heh, I thought of that but decided not to do it as it would be so >> different from the rest of the entries. In any case, attached is the >> patch using that style. > > Though I pr

XDC 2011: CHICAGO, 12 To 15 September

2011-05-01 Thread Michael Larabel
The 2011 X.Org Developers' Conference (XDC2011) will be hosted in Chicago, Illinois, United States. XDC2011 is taking place from 12 to 15 of September (the week following the Linux Plumbers' Conference). Initial details, sign-up, propose a talk, etc can be found on the Wiki page - http://www.x

[PATCH:macros v2] Make XORG_STRICT_OPTION always set STRICT_CFLAGS

2011-05-01 Thread Alan Coopersmith
Still only adds it to CWARNFLAGS if --enable-strict-compilation is passed, but sets the variable with the right flags for the compiler so it's available for other checks in configure scripts. Signed-off-by: Alan Coopersmith --- By popular request, adds AC_SUBST([STRICT_CFLAGS]) Also updates comm