From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS94T-0006Pa-4w for qemu-devel@nongnu.org; Wed, 19 Aug 2015 15:30:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS94O-0001YP-Rv for qemu-devel@nongnu.org; Wed, 19 Aug 2015 15:30:48 -0400 Received: from mail-vk0-f44.google.com ([209.85.213.44]:33367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS94O-0001Wm-O1 for qemu-devel@nongnu.org; Wed, 19 Aug 2015 15:30:44 -0400 Received: by vkd66 with SMTP id 66so7097000vkd.0 for ; Wed, 19 Aug 2015 12:30:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1439565052-3457-1-git-send-email-peter.maydell@linaro.org> References: <1439565052-3457-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Wed, 19 Aug 2015 20:30:23 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] configure: Don't permit SDL or GTK on OSX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: Programmingkid , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Patch Tracking On 14 August 2015 at 16:10, Peter Maydell wrote: > The cocoa GUI frontend assumes it is the only GUI (it redefines > main() so it always gets control before the rest of QEMU), so > it does not play well with other UIs like SDL or GTK. (Mostly > people building QEMU on OSX don't have the necessary dependencies > available for configure to build those other front ends, so > mostly this problem goes unnoticed.) > > Make configure automatically disable the SDL and GTK front ends > if the cocoa front end is enabled. (We were sort of attempting > to do this for SDL before, but not in a way that worked very well.) > > Signed-off-by: Peter Maydell Applied to master, thanks. -- PMM