From: Konrad Rzeszutek Wilk Date: Tue, 16 Nov 2010 17:55:27 +0000 (-0500) Subject: xen-tools: Disable sdl checking. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=21d3d2f201d5192abf6f312eafdfa909633eed9d;p=xentesttools%2Fbootstrap.git xen-tools: Disable sdl checking. --- diff --git a/Makefile b/Makefile index 66df42c..c4d140b 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ IOEMU_DIR = ioemu-remote .PHONY: xen-tools xen-tools: - $(MAKE) -C xen IOEMU_CONFIGURE_CROSS="--disable-opengl --disable-sdl --disable-kvm" tools -j$$(($(NCPUS) * 2)) + $(MAKE) -C xen IOEMU_CONFIGURE_CROSS="--disable-gfx-check --disable-curses --disable-slirp --disable-opengl --disable-sdl --disable-kvm" tools -j$$(($(NCPUS) * 2)) .PHONY: xen-dist xen-dist: xen-dist-nodep xen-tools