From patchwork Sun Mar 10 18:32:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carsten Schoenert X-Patchwork-Id: 226461 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 67F6B2C0302 for ; Mon, 11 Mar 2013 05:33:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 592FFA00E4; Sun, 10 Mar 2013 18:33:32 +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 dlNUn2UuUYE8; Sun, 10 Mar 2013 18:33:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4B4D8A00ED; Sun, 10 Mar 2013 18:33:09 +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 1088D8F7A6 for ; Sun, 10 Mar 2013 18:33:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 413A28B398 for ; Sun, 10 Mar 2013 18:33:03 +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 gBTM9lIvKePU for ; Sun, 10 Mar 2013 18:33:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4BD218A882 for ; Sun, 10 Mar 2013 18:33:02 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id b47so1882506eek.29 for ; Sun, 10 Mar 2013 11:33:00 -0700 (PDT) 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=x5VgI1whixJFVTup1cKW1GeaQZ5zXsv+9B3ouGY8UUI=; b=VnaWW5/RQOlOrg0qO42n+nt81HjykmoNkRGhOx6ZG7vKe6V/2nCF2wC+qcqJfPOPK4 LZgiDebKY3Yhx2/FFJIRc5YME09AYf7jtJbbHt7fXow5OjJCg/m2XJJluOrVqMNcYRQI dt/N4i3CwT5V+QNgdAgxrCNNADB4wKw3KnhnNFmbQfWOEyGsk8IGFDitQ75alK1UTa7j 3L2H247xKJyFGz0j7sjgi4Dxns5XYclIwi9OjYEazxIp+ryBYQsAPnUNy+pvBXY29Yfr SB8bR1SnzteA7erlmSUMVf/VXEHwiGBWwvAb5usHx4PY5nRYWl1YRMgP0taNId2xz/XA s9eQ== X-Received: by 10.14.219.7 with SMTP id l7mr19147227eep.12.1362940380823; Sun, 10 Mar 2013 11:33:00 -0700 (PDT) Received: from wheezy.cruise.homelinux.net (p5B379E8A.dip.t-dialin.net. [91.55.158.138]) by mx.google.com with ESMTPS id a1sm19370441eep.2.2013.03.10.11.32.59 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Mar 2013 11:33:00 -0700 (PDT) From: Carsten Schoenert To: buildroot@busybox.net Date: Sun, 10 Mar 2013 19:32:45 +0100 Message-Id: <1362940371-25899-5-git-send-email-c.schoenert@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1362940371-25899-1-git-send-email-c.schoenert@gmail.com> References: <1362940371-25899-1-git-send-email-c.schoenert@gmail.com> Subject: [Buildroot] [PATCH 04/10] 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 796be37..23f4947 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -109,13 +109,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