diff options
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 8d4bd6f487..3852b89932 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
@@ -13,14 +13,12 @@ KERNEL_IMAGETYPE = "bzImage" | |||
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | # We bypass swrast but we need it to be present for X to load correctly | ||
17 | XSERVER ?= "xserver-xorg \ | 16 | XSERVER ?= "xserver-xorg \ |
18 | mesa-dri-driver-swrast \ | 17 | mesa-dri-driver-swrast \ |
19 | xf86-input-vmmouse \ | 18 | xf86-input-vmmouse \ |
20 | xf86-input-keyboard \ | 19 | xf86-input-keyboard \ |
21 | xf86-input-evdev \ | 20 | xf86-input-evdev \ |
22 | xf86-video-vmware \ | 21 | xf86-video-vmware" |
23 | qemugl" | ||
24 | 22 | ||
25 | require conf/machine/include/qemu.inc | 23 | require conf/machine/include/qemu.inc |
26 | 24 | ||