qemu.inc: Switch to xserver-xorg
authorTom Rini <tom_rini@mentor.com>
Fri, 7 Jan 2011 17:35:49 +0000 (10:35 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 10 Jan 2011 17:10:04 +0000 (10:10 -0700)
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 <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/machine/include/qemu.inc

index 852c12a..83bd67f 100644 (file)
@@ -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"