From patchwork Sat Dec 19 16:07:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 559209 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id D1B7414032E for ; Sun, 20 Dec 2015 03:07:58 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BEE9632D18; Sat, 19 Dec 2015 16:07:57 +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 exdpWHPi0+Bv; Sat, 19 Dec 2015 16:07:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5DCBE32D00; Sat, 19 Dec 2015 16:07:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7B06D1BFA89 for ; Sat, 19 Dec 2015 16:07:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 777F191877 for ; Sat, 19 Dec 2015 16:07:55 +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 pVOuEo9Xfmes for ; Sat, 19 Dec 2015 16:07:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id C4022916A4 for ; Sat, 19 Dec 2015 16:07:53 +0000 (UTC) Received: from localhost.localdomain (93-181-142-99.internetia.net.pl [93.181.142.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerzy.grzegorek@trzebnica.net) by mail.internet.v.pl (Postfix) with ESMTPSA id 04959E7789; Sat, 19 Dec 2015 17:07:49 +0100 (CET) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Sat, 19 Dec 2015 17:07:34 +0100 Message-Id: <1450541254-26173-1-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH 1/1] directfb-examples: indentation cleanup X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Jerzy Grzegorek --- package/directfb-examples/directfb-examples.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/directfb-examples/directfb-examples.mk b/package/directfb-examples/directfb-examples.mk index ee883f7..1ba85df 100644 --- a/package/directfb-examples/directfb-examples.mk +++ b/package/directfb-examples/directfb-examples.mk @@ -12,7 +12,7 @@ DIRECTFB_EXAMPLES_LICENSE_FILES = COPYING DIRECTFB_EXAMPLES_DEPENDENCIES = directfb ifeq ($(BR2_STATIC_LIBS),y) - DIRECTFB_EXAMPLES_CONF_OPTS += LIBS=-lstdc++ +DIRECTFB_EXAMPLES_CONF_OPTS += LIBS=-lstdc++ endif $(eval $(autotools-package))