Commit a43e7e79 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

xserver: Add xkeyboard-config as a dependency



xkeyboard-config is required to install keymap files to the target,
without which the X server does not start.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent fb046406
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER
	select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
	select BR2_PACKAGE_XPROTO_XPROTO
	select BR2_PACKAGE_XUTIL_UTIL_MACROS
	select BR2_PACKAGE_XKEYBOARD_CONFIG
	depends on !BR2_avr32
	help
	  xorg-server 1.7.5
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
	xproto_xf86rushproto 		\
	xproto_xf86vidmodeproto 	\
	xproto_xproto 			\
	xkeyboard-config		\
	pixman 				\
	openssl 			\
	mcookie