diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 18:20:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 18:20:01 -0700 |
commit | da7d99707d0ee12c583fe2b083f6ec7abaaab8fb (patch) | |
tree | dff1ed244ca91e1d247d99f826f4b19b0b4ff00f /configure.ac | |
parent | 9e0e31869b90f031605ca77f5645014c6de3705b (diff) |
Xmu functions are called directly, so include it in PKG_CHECK_MODULES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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? |