aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qemu.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-07 10:35:49 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-10 10:10:04 -0700
commitd344300c57dc0fc4a8505c7c7979bdee6d86e6da (patch)
tree1f5210fafd2b61a0e4ac1300e03714909c303ceb /conf/machine/include/qemu.inc
parent9fd078b63be8b04b3b785508b4918fb095b737de (diff)
downloadopenembedded-d344300c57dc0fc4a8505c7c7979bdee6d86e6da.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf/machine/include/qemu.inc')
-rw-r--r--conf/machine/include/qemu.inc8
1 files changed, 7 insertions, 1 deletions
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"