From: Daniel Stone Date: Tue, 1 May 2012 19:37:11 +0000 (+0100) Subject: Link compositors to xkbcommon as well X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db095ff3c349447c22966bf1d1843984685a0985;p=profile%2Fivi%2Fweston-ivi-shell.git Link compositors to xkbcommon as well Signed-off-by: Daniel Stone --- diff --git a/configure.ac b/configure.ac index 888152b..9a029f1 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_CHECK_FUNC([dlopen], [], AC_SUBST(DLOPEN_LIBS) PKG_CHECK_MODULES(COMPOSITOR, - [wayland-server egl >= 7.10 glesv2]) + [wayland-server egl >= 7.10 glesv2 xkbcommon]) AC_CHECK_PROG(RSVG_CONVERT, rsvg-convert, rsvg-convert) AM_CONDITIONAL(HAVE_RSVG_CONVERT, test -n "$RSVG_CONVERT")