Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Issue with Xfbdev and keyboard
@ 2010-07-20  6:55 Thomas Petazzoni
  2010-07-20  7:19 ` Paul Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-07-20  6:55 UTC (permalink / raw)
  To: buildroot

Hello,

I'm trying to use our Xfbdev X.org server, but it unfortunately
complains on startup with:

===================================================================
(EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/base
XKB: Failed to compile keymap
Keyboard initialization failed. This could be a missing or incorrect
setup of xkeyboard-config
===================================================================

And indeed, I haven't compiled xkeyboard-config. However, it seems to
me that in the past, all the keymap mess wasn't necessary by default.
Is this a behaviour change in X.org server ? If xkeyboard-config is
really mandatory, then it should become a dependency of xserver_xorg.
Any hints on this ?

To solve this, I enabled the compilation of xkeyboard-config, which
needs xkbcomp on the host, so I added a dependency on
host-xapp_xkbcomp. But unfortunately, host-xapp_xkbcomp would depend on
host-xlib_libX11, which we until now managed to avoid building. And in
turn host-xlib_libX11 would depend on quite a few things, which would
give the following dependency chain:

 xkeyboard-config
   |
   |-> host-xapp_xkbcomp
         |
         |-> host_xlib_libX11
              |
              |-> host-libxcb
              |-> host-xutil_util-macros
              |-> host-xlib_xtrans (already built)
              |-> host-xlib_libXau
              |-> host-xlib_libXdmcp
              |-> host-xproto_kbproto
              |-> host-xproto_xproto (already built)
              |-> host-xproto_xextproto
              |-> host-xproto_inputproto
              |-> host-xproto_xf86bigfontproto
              |-> host-xproto_bigreqsproto
              |-> host-xproto_xcmiscproto

Do we want to go down this road ?

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-20 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20  6:55 [Buildroot] Issue with Xfbdev and keyboard Thomas Petazzoni
2010-07-20  7:19 ` Paul Jones
2010-07-20 19:57   ` Lionel Landwerlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox