From db095ff3c349447c22966bf1d1843984685a0985 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 1 May 2012 20:37:11 +0100 Subject: [PATCH] Link compositors to xkbcommon as well Signed-off-by: Daniel Stone --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.7.4