diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-21 03:14:16 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-21 03:14:16 +0000 |
commit | 454179bc4b51b24975e283c6ba1cd53d68d5e991 (patch) | |
tree | 7f81cf41b41d52d38d8452a29ba050f47418d4b7 | |
parent | 62ca400ec36c59d941f85ce998cd8b694e121d26 (diff) |
Change dependency from xmu to xmuu since the full xmu (with all its baggage
like Xt) is not needed here.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com> + + * configure.ac: + Change dependency from xmu to xmuu since the full xmu + (with all its baggage like Xt) is not needed here. + 2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/configure.ac b/configure.ac index 98fd5fa..b1e3e45 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_PROG_CC AC_PROG_INSTALL # Checks for pkg-config packages -PKG_CHECK_MODULES(XPROP, xmu x11) +PKG_CHECK_MODULES(XPROP, xmuu x11) AC_SUBST(XPROP_CFLAGS) AC_SUBST(XPROP_LIBS) |