configure.ac: Require at least version 0.3.0 of xkbcommon

https://bugs.freedesktop.org/show_bug.cgi?id=70870
dev
Kristian Høgsberg 11 years ago
parent 5e392ef64e
commit 3742434cfd
  1. 2
      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],,

Loading…
Cancel
Save