summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 18:08:14 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 18:08:14 +0000
commitcab89641f369a196d4ad7ad23db8e6dfc2257d01 (patch)
tree4f373d34d3d1bea0854207e10452d59761a31d21
parente4b6fddc688dbb65353f818dd482c1a0dd9575f8 (diff)
iceauth only depends on xproto headers, not x11 library
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ca8be..3446309 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ iceauth only depends on xproto headers, not x11 library
+
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index e50db51..d5848b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_PROG_INSTALL
AC_TYPE_SIGNAL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(ICEAUTH, x11 ice)
+PKG_CHECK_MODULES(ICEAUTH, xproto ice)
AC_SUBST(ICEAUTH_CFLAGS)
AC_SUBST(ICEAUTH_LIBS)