configure.ac: Require at least version 0.3.0 of xkbcommon
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 25 Oct 2013 19:49:00 +0000 (12:49 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 25 Oct 2013 19:49:00 +0000 (12:49 -0700)
https://bugs.freedesktop.org/show_bug.cgi?id=70870

configure.ac

index ac3878b..a55a415 100644 (file)
@@ -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],,