From patchwork Mon Mar 26 22:21:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: JoM X-Patchwork-Id: 148836 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 BF578B6EE8 for ; Tue, 27 Mar 2012 08:23:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DF1A2A021C; Mon, 26 Mar 2012 21:23:14 +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 xZD8Vou7EKq2; Mon, 26 Mar 2012 21:23:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D8EEEA0229; Mon, 26 Mar 2012 21:23:12 +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 E82688F753 for ; Mon, 26 Mar 2012 21:23:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D87118B2A5 for ; Mon, 26 Mar 2012 21:23:11 +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 nMq89Cn0NzF9 for ; Mon, 26 Mar 2012 21:23:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id D34D48B274 for ; Mon, 26 Mar 2012 21:23:09 +0000 (UTC) Received: by werm1 with SMTP id m1so8212280wer.16 for ; Mon, 26 Mar 2012 14:23:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=8vv8/aw9aSRJDH5Gy6XC2zrDggVb6cwtko/xHqG9nfY=; b=l9Rv6l92BVbveCyajOhAq+4PinOsTd4q7SaV6IeWQSfNWbeeZ5/+j2baeDN0we4Ejw Rd3LxAsTHxF0RVsJK8/CyV2zUsRQKaVFcH5LEIBO7xb+oIFUIzufgxXKNTN3EN0/DrBy F3D/mUJGoaaE5aVq9cFwezIi01FdrxFMgxwaWdYahp13Pb6aFM5U2sfXVE47IGQ7qgu+ hmAzc9u7xxcqy5jebJG2w01tEBEucPjARIGeG65KJTbzLokp3+JjJONgPJ8RfTrQbkR1 lgJcYFD+2+02ZngXg8OsQpUobjIffRPMJHqp28z3tmsyQLlgcY1OWCeK16OzIjr07LQc iZdA== Received: by 10.180.80.104 with SMTP id q8mr21797276wix.14.1332796987941; Mon, 26 Mar 2012 14:23:07 -0700 (PDT) Received: from IBMT60.JoM.org ([78.216.88.162]) by mx.google.com with ESMTPS id gd4sm59368424wib.6.2012.03.26.14.23.06 (version=SSLv3 cipher=OTHER); Mon, 26 Mar 2012 14:23:07 -0700 (PDT) From: JoM To: buildroot@busybox.net Date: Mon, 26 Mar 2012 23:21:26 +0100 Message-Id: <1332800486-11104-2-git-send-email-johann.mercadier@imerir.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1332800486-11104-1-git-send-email-johann.mercadier@imerir.com> References: <1332800486-11104-1-git-send-email-johann.mercadier@imerir.com> X-Gm-Message-State: ALoCoQmmzEtRQy6Zodbb+TiYe0pMakTUQr07vvTAmccBic3xcA2qC+i5or3vL+0yTQsmNZ2MwsnN Cc: JoM Subject: [Buildroot] [PATCH 2/2] do some needed text formatting Signed-off-by: JoM 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 --- package/fbterm/Config.in | 15 ++++++++------- package/fbterm/fbterm.mk | 12 +----------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/package/fbterm/Config.in b/package/fbterm/Config.in index 0a36a9f..6a84a25 100644 --- a/package/fbterm/Config.in +++ b/package/fbterm/Config.in @@ -1,12 +1,13 @@ config BR2_PACKAGE_FBTERM bool "fbterm" - select BR2_PACKAGE_FREETYPE - select BR2_PACKAGE_FONTCONFIG - select BR2_PACKAGE_ZLIB - select BR2_PACKAGE_EXPAT + select BR2_PACKAGE_FREETYPE + select BR2_PACKAGE_FONTCONFIG + select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_EXPAT help - FbTerm (Frame buffer terminal emulator) is a fast terminal emulator and a - standalone replacement of GNU/Linux terminal that can function outside of - Xorg with the frame buffer device or VESA video card. + FbTerm (Frame buffer terminal emulator) is a fast terminal emulator + and a standalone replacement of GNU/Linux terminal that can + function outside of Xorg with the frame buffer device or VESA video + card. http://code.google.com/p/fbterm/ diff --git a/package/fbterm/fbterm.mk b/package/fbterm/fbterm.mk index 44f63f1..d7e90ea 100644 --- a/package/fbterm/fbterm.mk +++ b/package/fbterm/fbterm.mk @@ -3,21 +3,11 @@ # fbterm # ############################################################# -FBTERM_BINARY = fbterm -FBTERM_TARGET_BINARY = usr/bin/$(FBTERM_BINARY) FBTERM_VERSION = 1.7.0 FBTERM_SITE = http://fbterm.googlecode.com/files FBTERM_DEPENDENCIES += freetype fontconfig -ifeq ($(BR2_PACKAGE_ZLIB),y) - FBTERM_DEPENDENCIES += zlib -endif - +FBTERM_DEPENDENCIES += $(if $(BR2_PACKAGE_ZLIB),zlib) FBTERM_DEPENDENCIES += $(if $(BR2_PACKAGE_EXPAT),expat) -define FBTERM_UNINSTALL_CMDS - rm -f $(TARGET_DIR)/$(FBTERM_TARGET_BINARY) -endef - - $(eval $(call AUTOTARGETS))