From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYLD5-0005IR-S5 for qemu-devel@nongnu.org; Tue, 13 Nov 2012 13:27:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYLD2-0006Pi-Pz for qemu-devel@nongnu.org; Tue, 13 Nov 2012 13:27:43 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:36797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYLD2-0006Pc-LJ for qemu-devel@nongnu.org; Tue, 13 Nov 2012 13:27:40 -0500 Received: by mail-ie0-f173.google.com with SMTP id 17so10760005iea.4 for ; Tue, 13 Nov 2012 10:27:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1352796133-956-4-git-send-email-kraxel@redhat.com> References: <1352796133-956-1-git-send-email-kraxel@redhat.com> <1352796133-956-4-git-send-email-kraxel@redhat.com> Date: Tue, 13 Nov 2012 18:27:40 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 3/6] pixman: disable gtk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 13 November 2012 08:42, Gerd Hoffmann wrote: > gtk isn only needed to build test cases. Since we're going to get a v2 of this patch set, you could correct the typo here: s/isn/is/. > Disable it to simplify the build. > > Signed-off-by: Gerd Hoffmann > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) -- PMM