From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROZXv-0004IT-PE for qemu-devel@nongnu.org; Thu, 10 Nov 2011 13:40:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROZXu-0007KY-J7 for qemu-devel@nongnu.org; Thu, 10 Nov 2011 13:40:19 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:47584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROZXu-0007KN-9m for qemu-devel@nongnu.org; Thu, 10 Nov 2011 13:40:18 -0500 Received: by bkbzu5 with SMTP id zu5so2995701bkb.4 for ; Thu, 10 Nov 2011 10:40:17 -0800 (PST) From: Pavel Borzenkov Date: Thu, 10 Nov 2011 22:40:04 +0400 Message-Id: <1320950407-43512-1-git-send-email-pavel.borzenkov@gmail.com> Subject: [Qemu-devel] [PATCH 0/3] Make GUI frontends optional on Mac OS X List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: andreas.faerber@web.de After applying this small patch series, you'll be able to build QEMU on Mac OS X without both SDL and Cocoa frontends. First two patches deal with raw-posix, which is the only CONFIG_COCOA user not related to GUI. The third patch adds '--disable-cocoa' switch to configure. Pavel Borzenkov (3): raw-posix: Remove dead code raw-posix: Do not use CONFIG_COCOA macro configure: add '--disable-cocoa' switch block/raw-posix.c | 26 ++++---------------------- configure | 9 +++++++-- 2 files changed, 11 insertions(+), 24 deletions(-) -- 1.7.5.4