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

Thomas Klausner wiz at NetBSD.org
Fri Nov 15 18:18:54 PST 2013


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 library version number for that (line above that).
I'm not quite sure if major or minor, it's late...
 Thomas

> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  src/Makefile.am |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index d46b493..c3fa8b7 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -346,7 +346,6 @@ EXTRA_DIST = \
>  
>  libX11_xcb_la_SOURCES = x11_xcb.c Xxcbint.h
>  libX11_xcb_la_LDFLAGS = -version-number 1:0:0 -no-undefined
> -libX11_xcb_la_LIBADD = libX11.la
>  
>  #
>  # Figure out which sub-libraries to link into Xlib
> -- 
> 1.7.9.2
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
> 


More information about the xorg-devel mailing list