From 1f1f49120fa490219c99862568236f5ba291bd84 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 27 Aug 2008 09:48:09 +0100 Subject: [PATCH] ioemu-stubdom: drop --disable-gfx-check option, already added by qemu-xen tree Signed-off-by: Samuel Thibault --- stubdom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdom/Makefile b/stubdom/Makefile index f376948726..817d6f5863 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -9,7 +9,7 @@ include $(XEN_ROOT)/Config.mk override CONFIG_QEMU=ioemu -IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-gfx-check --disable-vnc-tls --disable-brlapi --disable-kqemu +IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu ZLIB_URL?=http://www.zlib.net ZLIB_VERSION=1.2.3 LIBPCI_URL?=http://www.kernel.org/pub/software/utils/pciutils -- 2.30.2