On 07.05.2011, at 12:12, Andreas Färber wrote: > Hi, > > Am 06.05.2011 um 14:01 schrieb Alexander Graf: > >> On 06.05.2011, at 12:46, Tristan Gingold wrote: >> >>> On May 6, 2011, at 11:48 AM, Ben Leslie wrote: >>> >>>> Are there any objections to adding a --disable-cocoa configure option? >>>> For simulating ARM microcontrollers I have no desire or need for graphics. >>> >>> Seconded. I think I have once posted such a patch. > > Not aware, sorry. > >> Andreas? > > My build scripts used to need an explicit --enable-cocoa. > Did the default somehow change so that --disable-cocoa is necessary now to > disable it? Or is it just for symmetry?
It definitely gets enabled by default: > dekai:qemu alex$ ./configure --target-list=x86_64-softmmu > Install prefix /usr/local > BIOS directory /usr/local/share/qemu > binary directory /usr/local/bin > config directory /usr/local/etc > Manual directory /usr/local/share/man > ELF interp prefix /usr/gnemul/qemu-%M > Source path /Users/alex/git/qemu > C compiler gcc > Host C compiler gcc > CFLAGS -O2 -g > QEMU_CFLAGS -m64 -arch x86_64 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes > -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings > -Wmissing-prototypes -fno-strict-aliasing -fstack-protector-all > -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security > -Wformat-y2k -Winit-self -Wold-style-definition > LDFLAGS -m64 -framework CoreFoundation -framework IOKit -arch > x86_64 -g > make make > install install > host CPU x86_64 > host big endian no > target list x86_64-softmmu > tcg debug enabled no > Mon debug enabled no > gprof enabled no > sparse enabled no > strip binaries yes > profiler no > static build no > -Werror enabled no > Cocoa support yes So I suppose the only thing missing is a --disable-cocoa option, yup. Alex