[PATCH 2/2] libxext: Remove dependancy on libXau

Paul TBBle Hampson Paul.Hampson at Pobox.com
Fri Jun 5 12:23:08 PDT 2009


No symbols from Xau appear to be being used in libXext
---
 configure.ac |    2 +-
 xext.pc.in   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 20751ec..e663848 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ AC_PROG_CC
 XORG_CWARNFLAGS
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XEXT, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.5] xau)
+PKG_CHECK_MODULES(XEXT, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.5])
 XEXT_CFLAGS="$CWARNFLAGS $XEXT_CFLAGS"
 AC_SUBST(XEXT_CFLAGS)
 AC_SUBST(XEXT_LIBS)
diff --git a/xext.pc.in b/xext.pc.in
index de49ce6..cf93701 100644
--- a/xext.pc.in
+++ b/xext.pc.in
@@ -7,6 +7,6 @@ Name: Xext
 Description: Misc X Extension Library
 Version: @PACKAGE_VERSION@
 Requires: xextproto
-Requires.private: x11 xau
+Requires.private: x11
 Cflags: -I${includedir}
 Libs: -L${libdir} -lXext
-- 
1.6.3.1


-- 
Paul "TBBle" Hampson, Paul.Hampson at Pobox.com

Shorter .sig for a more eco-friendly paperless office.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20090606/5a944be8/attachment.pgp 


More information about the xorg-devel mailing list