From patchwork Fri Jun 28 18:52:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carsten Schoenert X-Patchwork-Id: 255547 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 76DED2C0096 for ; Sat, 29 Jun 2013 04:53:53 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A4C0A31EA5; Fri, 28 Jun 2013 18:53:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fWZUxeEGRH6i; Fri, 28 Jun 2013 18:53:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id AC8E126937; Fri, 28 Jun 2013 18:53:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C3B698F75E for ; Fri, 28 Jun 2013 18:53:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9AFFA8D24D for ; Fri, 28 Jun 2013 18:53:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PGTTaZ6bWCkZ for ; Fri, 28 Jun 2013 18:53:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f172.google.com (mail-ea0-f172.google.com [209.85.215.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id A51208D232 for ; Fri, 28 Jun 2013 18:53:38 +0000 (UTC) Received: by mail-ea0-f172.google.com with SMTP id q10so1208120eaj.17 for ; Fri, 28 Jun 2013 11:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=MI83N5WDNk7mVFPjl7I9g5PClXHEtbO5q+ovxJHj2Mc=; b=LI8MTIjhMHv3HM1dvJz2OAAZ3wIwXXPsezg1bQC1QRZctnjPnj/GxAPr9JaYKOpx/m mD/a6IhIV+oXrmlB1VWxoIGEAWVKk/Bfn7FvRXejn+iGvpmNlbdY33+FTfyT/0vDSpkY hGbYYcL+xVNM5jl/8qBb/eIWmbn3mfv2XrTdXx2gJ6mdobkfnkJ/VGyIOjlPdNq2gqtI yj+P8FB1ag4T05zV2qejC107NrWAeBB3Vl2uO0sLsOdlVrZK8VPTNTGM0Ni02+l96Ik8 a2jbiUw8cNia7rXDHhCDxoJVSLAvYm84WVtwhqIdCeE9ZGI9708QGOMXLG2WSBN+dBx+ RCiQ== X-Received: by 10.15.34.129 with SMTP id e1mr15053934eev.80.1372445617068; Fri, 28 Jun 2013 11:53:37 -0700 (PDT) Received: from localhost.localdomain (p5B37BF21.dip0.t-ipconnect.de. [91.55.191.33]) by mx.google.com with ESMTPSA id m1sm12193596eex.17.2013.06.28.11.53.35 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Jun 2013 11:53:36 -0700 (PDT) From: Carsten Schoenert To: buildroot@busybox.net Date: Fri, 28 Jun 2013 20:52:37 +0200 Message-Id: <1372445557-15546-4-git-send-email-c.schoenert@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1372445557-15546-1-git-send-email-c.schoenert@gmail.com> References: <1372445557-15546-1-git-send-email-c.schoenert@gmail.com> Subject: [Buildroot] [PATCH 4/4] package/directfb: fixing typo in DIRECTFB_CONF_OPT X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Carsten Schoenert The DIRECTFB_CONF_OPT variable was missspelled for disabling the X11 support. Signed-off-by: Carsten Schoenert --- package/directfb/directfb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index 46f1eb9..c065eef 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -44,7 +44,7 @@ endif ifeq ($(BR2_PACKAGE_XSERVER),y) DIRECTFB_CONF_OPT += --enable-x11 else -DIRECTFB_CONF_OPT += -disable-x11 +DIRECTFB_CONF_OPT += --disable-x11 endif ifeq ($(BR2_PACKAGE_DIRECTFB_UNIQUE),y)