From: Keir Fraser Date: Wed, 27 Aug 2008 08:48:09 +0000 (+0100) Subject: ioemu-stubdom: drop --disable-gfx-check option, already added by qemu-xen tree X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14113^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f1f49120fa490219c99862568236f5ba291bd84;p=xen.git ioemu-stubdom: drop --disable-gfx-check option, already added by qemu-xen tree Signed-off-by: Samuel Thibault --- 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