]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
xen-tools: Disable sdl checking.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 16 Nov 2010 17:55:27 +0000 (12:55 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 16 Nov 2010 17:55:27 +0000 (12:55 -0500)
Makefile

index 66df42c476f452c0dc61a620ad11aaf4cfd9b464..c4d140bc1c14991268068be43affe7ae9acec6ed 100644 (file)
--- 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