diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-21 16:41:02 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-21 16:41:02 +0000 |
commit | b7fd2b744ef405eb735be615d7dbfa19e19d888b (patch) | |
tree | 810915bdb2920544d3b73d1219dab6e660727ade /meta/conf/machine | |
parent | db3dd3ad172687b9345e22a9085fd78ddcb26095 (diff) | |
download | poky-b7fd2b744ef405eb735be615d7dbfa19e19d888b.tar.gz |
qemux86: Convert to se xserver-xf86-dri-lite
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 12 |
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" | |||
14 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
15 | 15 | ||
16 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
17 | PREFERRED_PROVIDER_virtual/libgl = "qemugl" | ||
18 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin" | ||
19 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
20 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | ||
21 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | ||
22 | XSERVER ?= "xserver-xf86-dri-lite \ | ||
23 | xf86-input-mouse \ | ||
24 | xf86-input-keyboard \ | ||
25 | xf86-input-evdev \ | ||
26 | xf86-input-synaptics \ | ||
27 | xf86-video-vmware \ | ||
28 | qemugl" | ||
17 | 29 | ||
18 | GLIBC_ADDONS = "nptl" | 30 | GLIBC_ADDONS = "nptl" |
19 | GLIBC_EXTRA_OECONF = "--with-tls" | 31 | GLIBC_EXTRA_OECONF = "--with-tls" |