X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=a25ad3f2e2c6cb887579a78dc9569867fdfda7aa;hb=fd5ab841e7582342b23c9c08ba24ce0cca266690;hp=3900c4065be403d9f3195148ce1359bd02e773e4;hpb=c93e5a62ff599528c3bf2a8656825403aaebe093;p=elogind.git diff --git a/configure.ac b/configure.ac index 3900c4065..a25ad3f2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1066,7 +1066,7 @@ AM_CONDITIONAL(ENABLE_MULTI_SEAT_X, [test "$have_multi_seat_x" = "yes"]) have_terminal=no AC_ARG_ENABLE(terminal, AS_HELP_STRING([--enable-terminal], [enable terminal support])) if test "x$enable_terminal" = "xyes"; then - PKG_CHECK_MODULES([TERMINAL], [ libevdev >= 1.2 ], [have_terminal=yes]) + PKG_CHECK_MODULES([TERMINAL], [ libevdev >= 1.2 xkbcommon >= 0.4 ], [have_terminal=yes]) AS_IF([test "x$have_terminal" != xyes -a "x$enable_terminal" = xyes], [AC_MSG_ERROR([*** terminal support requested but required dependencies not available])], [test "x$have_terminal" = xyes],