diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 18:08:14 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 18:08:14 +0000 |
commit | cab89641f369a196d4ad7ad23db8e6dfc2257d01 (patch) | |
tree | 4f373d34d3d1bea0854207e10452d59761a31d21 | |
parent | e4b6fddc688dbb65353f818dd482c1a0dd9575f8 (diff) | |
download | iceauth-cab89641f369a196d4ad7ad23db8e6dfc2257d01.tar.gz |
iceauth only depends on xproto headers, not x11 library
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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) |