diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-10 22:32:35 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-10 22:32:50 -0800 |
commit | 3166b7e2e3013ca0d0c5b1679cdcb88f21384398 (patch) | |
tree | 874c456339df39219fed3b9e5320f62498e9931a /configure.ac | |
parent | 02220d224d457aa070daf7603461b5d359780de4 (diff) |
Add direct dependency on libXt, since xlogo calls Xt functions
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.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 71b824e..3427253 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, xaw7) +PKG_CHECK_MODULES(XLOGO, xaw7 xt) # Use render & xft2 to draw logo? |