From fa471acc0030c77152c9b72e8f31f6c49f706f01 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 24 Oct 2012 12:30:53 +0100 Subject: qemugl: Remove since support for it was removed from qemu (From OE-Core rev: 0195a08f77fe0e01b2d7548ccffeaf89d2d780e1) Signed-off-by: Richard Purdie --- meta/conf/machine/qemux86.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/conf/machine/qemux86.conf') diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 6edf386d0e..ee14bec974 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -13,14 +13,12 @@ KERNEL_IMAGETYPE = "bzImage" SERIAL_CONSOLE = "115200 ttyS0" -# We bypass swrast but we need it to be present for X to load correctly XSERVER ?= "xserver-xorg \ mesa-dri-driver-swrast \ xf86-input-vmmouse \ xf86-input-keyboard \ xf86-input-evdev \ - xf86-video-vmware \ - qemugl" + xf86-video-vmware" require conf/machine/include/qemu.inc -- cgit v1.2.3-54-g00ecf