diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 16:05:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-01 16:10:59 -0700 |
commit | d4de9e32fd109562a31609b338843b396c848995 (patch) | |
tree | 66b67d64db7675f202f084d150691c2613376dc4 | |
parent | 5eb2fe08c0210ae110ae75ac52ed6a8db298c178 (diff) |
bitmap calls Xmu functions directly so should include in PKG_CHECK_MODULES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2d4fe6..3f3f390 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_SUBST(ATOBM_CFLAGS) AC_SUBST(ATOBM_LIBS) # bitmap checks for packages -PKG_CHECK_MODULES(BITMAP, xaw7) +PKG_CHECK_MODULES(BITMAP, xaw7 xmu) PKG_CHECK_MODULES(XBITMAPS, xbitmaps) BITMAP_CFLAGS="$BITMAP_CFLAGS $XBITMAPS_CFLAGS" |