summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-20 22:25:35 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-20 22:25:35 -0700
commite1019d9a9bf1c45a5295bb92622ac8a4b39c26b7 (patch)
tree22873161fb91d5a01bdf43333fdef0281c43a779
parent42a4d7272f407aa808b20526720468bb82b96e05 (diff)
Require xbitmaps >= 1.1.0 for box6 & black6 bitmaps moved from xmh
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 926a7fb..43f84a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_PROG_INSTALL
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XMH, xaw7 xmu xt x11 xbitmaps)
+PKG_CHECK_MODULES(XMH, xaw7 xmu xt x11 xbitmaps >= 1.1.0)
AC_SUBST(XMH_CFLAGS)
AC_SUBST(XMH_LIBS)