From: Tom Rini Date: Fri, 7 Jan 2011 17:35:49 +0000 (-0700) Subject: qemu.inc: Switch to xserver-xorg X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d344300c57dc0fc4a8505c7c7979bdee6d86e6da;p=openembedded.git qemu.inc: Switch to xserver-xorg Keeping with xserver-kdrive means that we have a sometimes race in that xserver-kdrive is too old for the other xorg components that are built (with X11R7.5) to build. So we switch to xserver-xorg and appropriate modules. Tested on qemux86 and x11-image. Acked-by: Khem Raj Signed-off-by: Tom Rini --- diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc index 852c12a0fd..83bd67f960 100644 --- a/conf/machine/include/qemu.inc +++ b/conf/machine/include/qemu.inc @@ -1,5 +1,11 @@ PCMCIA_MANAGER = "pcmciautils" -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-input-tslib \ + xf86-input-mouse \ + xf86-video-fbdev \ + xf86-input-keyboard" GUI_MACHINE_CLASS = "bigscreen" MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen keyboard touchscreen"