summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 16:05:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 16:10:59 -0700
commitd4de9e32fd109562a31609b338843b396c848995 (patch)
tree66b67d64db7675f202f084d150691c2613376dc4 /configure.ac
parent5eb2fe08c0210ae110ae75ac52ed6a8db298c178 (diff)
bitmap calls Xmu functions directly so should include in PKG_CHECK_MODULES
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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"