diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-05-01 20:37:11 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-08 16:04:21 -0400 |
commit | db095ff3c349447c22966bf1d1843984685a0985 (patch) | |
tree | 3273e807739908a1a3c5f9acc85b7c1c12247b45 /configure.ac | |
parent | 855028fec9df281dcb1f733c51027acdc3e082cc (diff) |
Link compositors to xkbcommon as well
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 888152bb..9a029f14 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") |