Link compositors to xkbcommon as well

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Daniel Stone
2012-05-01 20:37:11 +01:00
committed by Kristian Høgsberg
parent 855028fec9
commit db095ff3c3
+1 -1
View 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")