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

Alan Coopersmith alan.coopersmith at oracle.com
Fri Nov 15 18:03:25 PST 2013


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.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



More information about the xorg-devel mailing list