Link compositors to xkbcommon as well
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
committed by
Kristian Høgsberg
parent
855028fec9
commit
db095ff3c3
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user