diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-21 03:14:15 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-21 03:14:15 +0000 |
commit | 67eaa3cc45db8ab1a9aedb4675a09d5a3db31a7f (patch) | |
tree | 60f6b48d0623630572be6556b75a8fa339785185 | |
parent | 583d5d1c988ab24c61e2bbb21a5e5847328e86ec (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 6e46564..80f18fa 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ fi AC_TYPE_SIGNAL # Checks for pkg-config packages -PKG_CHECK_MODULES(X11PERF, x11 xmu) +PKG_CHECK_MODULES(X11PERF, x11 xmuu) AC_SUBST(X11PERF_CFLAGS) AC_SUBST(X11PERF_LIBS) |