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-64.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/conf/machine/qemux86-64.conf') diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 8d4bd6f487..3852b89932 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.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 1.2.3-korg