From patchwork Sun Mar 10 09:47:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carsten Schoenert X-Patchwork-Id: 226422 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id E6ABD2C031C for ; Sun, 10 Mar 2013 20:48:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EEEF9A008C; Sun, 10 Mar 2013 09:48:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dUGOSVQsJyOD; Sun, 10 Mar 2013 09:48:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E3A0DA0266; Sun, 10 Mar 2013 09:48:08 +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 67A528F74B for ; Sun, 10 Mar 2013 09:48:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E814B8B08F for ; Sun, 10 Mar 2013 09:48:00 +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 sgnF-YihqG+Z for ; Sun, 10 Mar 2013 09:48:00 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f176.google.com (mail-ea0-f176.google.com [209.85.215.176]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0043F8AE14 for ; Sun, 10 Mar 2013 09:47:59 +0000 (UTC) Received: by mail-ea0-f176.google.com with SMTP id h10so730891eaj.7 for ; Sun, 10 Mar 2013 01:47:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=jaGEOnKwBa3ECAreeTiCFL6uzDq0VAp9y/7E8hfwLsc=; b=DbFfsVBLkLDR8whIL6Vt0RKWkz4DEiImBfnyGjVXsy9P7gnTdJF32WPabqkbGW3CeG Q0uPMaxp4l+ozk7UYabHdAOFr+2D5BBarFxWyFqHgP/iGD0itz7ziv7cliUZyUw/CzYN bxo1DsDxHTnk7mBIvOOYZwBkGkMDZd/s1oF/riYNibqd7+IUhknf7bkricvdEZ3n8lb8 0p/OGGvdaWNVcaSelkpESesxN6XSdqYu7/NY6U2/ugH+d3whENJBcYstYtLeR7huZfau c7wE+j1Yn92zqhd+yIw0BogqXB/E8okv91m37CQgXMZu4cYIVcnLYidOycHqdfhp2hEb Mp9A== X-Received: by 10.14.207.73 with SMTP id m49mr24636643eeo.24.1362908877969; Sun, 10 Mar 2013 01:47:57 -0800 (PST) Received: from wheezy.cruise.homelinux.net (p5B379E8A.dip.t-dialin.net. [91.55.158.138]) by mx.google.com with ESMTPS id q42sm17448575eem.14.2013.03.10.01.47.56 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Mar 2013 01:47:56 -0800 (PST) From: Carsten Schoenert To: buildroot@busybox.net Date: Sun, 10 Mar 2013 10:47:38 +0100 Message-Id: <1362908858-6340-5-git-send-email-c.schoenert@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1362908858-6340-1-git-send-email-c.schoenert@gmail.com> References: <1362908858-6340-1-git-send-email-c.schoenert@gmail.com> Subject: [Buildroot] [PATCH 4/4] directfb: fixing typo in variables 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 Signed-off-by: Carsten Schoenert --- package/directfb/Config.in | 4 ++-- package/directfb/directfb.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/directfb/Config.in b/package/directfb/Config.in index 3d22e15..f5759db 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -115,13 +115,13 @@ config BR2_PACKAGE_DIRECTFB_PNG default y select BR2_PACKAGE_LIBPNG -config BR2_PACKAGE_DIRECTB_DITHER_RGB16 +config BR2_PACKAGE_DIRECTFB_DITHER_RGB16 bool "enable advanced dithering of RGB16 surfaces" help Enable dithering when loading images to RGB16 surfaces. This increases the data section by 64 KBytes. -config BR2_PACKAGE_DIRECTB_TESTS +config BR2_PACKAGE_DIRECTFB_TESTS bool "build directfb tests" endif # BR2_PACKAGE_DIRECTFB diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index 8c701db..5ead084 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -108,13 +108,13 @@ else DIRECTFB_CONF_OPT += --disable-jpeg endif -ifeq ($(BR2_PACKAGE_DIRECTB_DITHER_RGB16),y) +ifeq ($(BR2_PACKAGE_DIRECTFB_DITHER_RGB16),y) DIRECTFB_CONF_OPT += --with-dither-rgb16=advanced else DIRECTFB_CONF_OPT += --with-dither-rgb16=none endif -ifeq ($(BR2_PACKAGE_DIRECTB_TESTS),y) +ifeq ($(BR2_PACKAGE_DIRECTFB_TESTS),y) DIRECTFB_CONF_OPT += --with-tests endif