aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-21 16:41:02 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-21 16:41:02 +0000
commitb7fd2b744ef405eb735be615d7dbfa19e19d888b (patch)
tree810915bdb2920544d3b73d1219dab6e660727ade /meta/conf/machine/qemux86.conf
parentdb3dd3ad172687b9345e22a9085fd78ddcb26095 (diff)
downloadopenembedded-core-contrib-b7fd2b744ef405eb735be615d7dbfa19e19d888b.tar.gz
qemux86: Convert to se xserver-xf86-dri-lite
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 71740e8f9d..c7ed4b87da 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -14,6 +14,18 @@ KERNEL_IMAGETYPE = "bzImage"
SERIAL_CONSOLE = "115200 ttyS0"
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
+PREFERRED_PROVIDER_virtual/libgl = "qemugl"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin"
+PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
+PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite"
+PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite"
+XSERVER ?= "xserver-xf86-dri-lite \
+ xf86-input-mouse \
+ xf86-input-keyboard \
+ xf86-input-evdev \
+ xf86-input-synaptics \
+ xf86-video-vmware \
+ qemugl"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"