aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-27 09:48:09 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-27 09:48:09 +0100
commit1f1f49120fa490219c99862568236f5ba291bd84 (patch)
treedc95800484079395bc4819867c4dd06618b0eb64 /stubdom/Makefile
parent839dac782f71db78b082416f5d115a44891f7216 (diff)
downloadxen-1f1f49120fa490219c99862568236f5ba291bd84.tar.gz
xen-1f1f49120fa490219c99862568236f5ba291bd84.tar.bz2
xen-1f1f49120fa490219c99862568236f5ba291bd84.zip
ioemu-stubdom: drop --disable-gfx-check option, already added by qemu-xen tree
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'stubdom/Makefile')
-rw-r--r--stubdom/Makefile2
1 files changed, 1 insertions, 1 deletions
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