diff options
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index ee14bec974..d13dc847f0 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -3,9 +3,9 @@ | |||
3 | #@DESCRIPTION: Machine configuration for running a common x86 | 3 | #@DESCRIPTION: Machine configuration for running a common x86 |
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | 6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" |
7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa-dri" | 7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" |
8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa-dri" | 8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" |
9 | 9 | ||
10 | require conf/machine/include/tune-i586.inc | 10 | require conf/machine/include/tune-i586.inc |
11 | 11 | ||
@@ -14,7 +14,7 @@ KERNEL_IMAGETYPE = "bzImage" | |||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | XSERVER ?= "xserver-xorg \ | 16 | XSERVER ?= "xserver-xorg \ |
17 | mesa-dri-driver-swrast \ | 17 | mesa-driver-swrast \ |
18 | xf86-input-vmmouse \ | 18 | xf86-input-vmmouse \ |
19 | xf86-input-keyboard \ | 19 | xf86-input-keyboard \ |
20 | xf86-input-evdev \ | 20 | xf86-input-evdev \ |