summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul TBBle Hampson <Paul.Hampson@Pobox.com>2009-06-06 05:23:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-06-15 09:46:12 +1000
commitd1f3bc77a48c8e42771579e3fdf3370b35d3209d (patch)
treefa9b2e451e314a61700cef1e8a45d4c1d3116aa3
parentb2c2cbaca4bf7ae6d735a5d18a7732f3d73d77db (diff)
Remove dependancy on libXau
No symbols from Xau appear to be being used in libXext Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac2
-rw-r--r--xext.pc.in2
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