summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 3cc8091581..5d22e52d27 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -21,7 +21,10 @@ XSERVER = "xserver-xorg \
21 xf86-input-evdev \ 21 xf86-input-evdev \
22 xf86-video-cirrus \ 22 xf86-video-cirrus \
23 xf86-video-fbdev \ 23 xf86-video-fbdev \
24 xf86-video-vmware" 24 xf86-video-vmware \
25 xf86-video-modesetting \
26 xserver-xorg-module-libint10 \
27 "
25 28
26MACHINE_FEATURES += "x86" 29MACHINE_FEATURES += "x86"
27 30