summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 18:20:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 18:20:01 -0700
commitda7d99707d0ee12c583fe2b083f6ec7abaaab8fb (patch)
treedff1ed244ca91e1d247d99f826f4b19b0b4ff00f
parent9e0e31869b90f031605ca77f5645014c6de3705b (diff)
Xmu functions are called directly, so include it in PKG_CHECK_MODULES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a8f36e9..e301479 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XLOGO, sm xaw7 xt)
+PKG_CHECK_MODULES(XLOGO, sm xaw7 xmu xt x11)
# Use render & xft2 to draw logo?