Link compositors to xkbcommon as well
authorDaniel Stone <daniel@fooishbar.org>
Tue, 1 May 2012 19:37:11 +0000 (20:37 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 8 May 2012 20:04:21 +0000 (16:04 -0400)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
configure.ac

index 888152b..9a029f1 100644 (file)
@@ -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")