From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LGHot-00050p-0X for qemu-devel@nongnu.org; Fri, 26 Dec 2008 13:53:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LGHor-00050d-Ee for qemu-devel@nongnu.org; Fri, 26 Dec 2008 13:53:58 -0500 Received: from [199.232.76.173] (port=50457 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGHor-00050a-B7 for qemu-devel@nongnu.org; Fri, 26 Dec 2008 13:53:57 -0500 Received: from mail-bw0-f12.google.com ([209.85.218.12]:39947) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LGHoq-0003KL-Pn for qemu-devel@nongnu.org; Fri, 26 Dec 2008 13:53:57 -0500 Received: by bwz5 with SMTP id 5so3882884bwz.10 for ; Fri, 26 Dec 2008 10:53:53 -0800 (PST) Message-ID: Date: Fri, 26 Dec 2008 12:53:52 -0600 From: "Anthony Liguori" Subject: Re: [Qemu-devel] [PATCH] evdev_keycode_map In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081209224235.GA12529@kos.to> <20081210112845.GC22446@redhat.com> <493FD5DD.2020704@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, Dec 25, 2008 at 5:17 PM, andrzej zaborowski wrote: > 2008/12/10 Anthony Liguori : >> Otherwise, non-X11 SDL platforms will stop building which certainly isn't >> acceptable. > > You can have X11 support compiled in and not use it, SDL can be > compiled with >1 backends. I think that proper error checking will handle this case but it should be tested. Regards, Anthony Liguori > Cheers > > >