Re: [Xcb] [PATCH:libX11] Don't need to link libX11-xcb against libX11

2013-11-22 Thread Alan Coopersmith
On 11/21/13 02:06 PM, Adam Jackson wrote: On Wed, 2013-11-20 at 16:23 -0800, Josh Triplett wrote: On Fri, Nov 15, 2013 at 06:03:25PM -0800, Alan Coopersmith wrote: libX11-xcb only accesses data structures defined in X11 headers, it doesn't call any functions or reference any global variables

Re: [Xcb] [PATCH:libX11] Don't need to link libX11-xcb against libX11

2013-11-21 Thread Adam Jackson
On Wed, 2013-11-20 at 16:23 -0800, Josh Triplett wrote: On Fri, Nov 15, 2013 at 06:03:25PM -0800, Alan Coopersmith wrote: libX11-xcb only accesses data structures defined in X11 headers, it doesn't call any functions or reference any global variables in libX11 itself. (Seems to have been

Re: [Xcb] [PATCH:libX11] Don't need to link libX11-xcb against libX11

2013-11-20 Thread Josh Triplett
On Fri, Nov 15, 2013 at 06:03:25PM -0800, Alan Coopersmith wrote: libX11-xcb only accesses data structures defined in X11 headers, it doesn't call any functions or reference any global variables in libX11 itself. (Seems to have been left from previous XCL implementation.) Signed-off-by:

Re: [PATCH:libX11] Don't need to link libX11-xcb against libX11

2013-11-16 Thread Thomas Klausner
On Fri, Nov 15, 2013 at 06:39:58PM -0800, Alan Coopersmith wrote: On 11/15/13 06:18 PM, Thomas Klausner wrote: On Fri, Nov 15, 2013 at 06:03:25PM -0800, Alan Coopersmith wrote: libX11-xcb only accesses data structures defined in X11 headers, it doesn't call any functions or reference any

Re: [PATCH:libX11] Don't need to link libX11-xcb against libX11

2013-11-16 Thread Alan Coopersmith
On 11/16/13 06:33 AM, Thomas Klausner wrote: On Fri, Nov 15, 2013 at 06:39:58PM -0800, Alan Coopersmith wrote: On 11/15/13 06:18 PM, Thomas Klausner wrote: On Fri, Nov 15, 2013 at 06:03:25PM -0800, Alan Coopersmith wrote: libX11-xcb only accesses data structures defined in X11 headers, it

[PATCH:libX11] Don't need to link libX11-xcb against libX11

2013-11-15 Thread Alan Coopersmith
libX11-xcb only accesses data structures defined in X11 headers, it doesn't call any functions or reference any global variables in libX11 itself. (Seems to have been left from previous XCL implementation.) Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- src/Makefile.am |1 -

Re: [PATCH:libX11] Don't need to link libX11-xcb against libX11

2013-11-15 Thread Thomas Klausner
On Fri, Nov 15, 2013 at 06:03:25PM -0800, Alan Coopersmith wrote: libX11-xcb only accesses data structures defined in X11 headers, it doesn't call any functions or reference any global variables in libX11 itself. (Seems to have been left from previous XCL implementation.) You should bump the

Re: [PATCH:libX11] Don't need to link libX11-xcb against libX11

2013-11-15 Thread Alan Coopersmith
On 11/15/13 06:18 PM, Thomas Klausner wrote: On Fri, Nov 15, 2013 at 06:03:25PM -0800, Alan Coopersmith wrote: libX11-xcb only accesses data structures defined in X11 headers, it doesn't call any functions or reference any global variables in libX11 itself. (Seems to have been left from