From 3742434cfd24e0e476d3125d9c3ff6a10499f9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 25 Oct 2013 12:49:00 -0700 Subject: [PATCH] configure.ac: Require at least version 0.3.0 of xkbcommon https://bugs.freedesktop.org/show_bug.cgi?id=70870 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ac3878b6..a55a4157 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ AC_ARG_ENABLE(xkbcommon, enable_xkbcommon=yes) if test x$enable_xkbcommon = xyes; then AC_DEFINE(ENABLE_XKBCOMMON, [1], [Build Weston with libxkbcommon support]) - COMPOSITOR_MODULES="$COMPOSITOR_MODULES xkbcommon" + COMPOSITOR_MODULES="$COMPOSITOR_MODULES xkbcommon >= 0.3.0" fi AC_ARG_ENABLE(setuid-install, [ --enable-setuid-install],,