configure.ac: Require at least version 0.3.0 of xkbcommon

https://bugs.freedesktop.org/show_bug.cgi?id=70870
This commit is contained in:
Kristian Høgsberg 2013-10-25 12:49:00 -07:00
parent df566b2c89
commit 5e7e9afde3

View 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
PKG_CHECK_MODULES(COMPOSITOR, [$COMPOSITOR_MODULES])