From patchwork Thu Sep 19 06:31:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 275882 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 86E272C0104 for ; Thu, 19 Sep 2013 16:32:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B5D5D264E6; Thu, 19 Sep 2013 06:31:55 +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 I10C5TJwJ5Yt; Thu, 19 Sep 2013 06:31:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 80A0432298; Thu, 19 Sep 2013 06:31:48 +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 3A89A1CE671 for ; Thu, 19 Sep 2013 06:32:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2A85C8CBD3 for ; Thu, 19 Sep 2013 06:32: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 iD3zigQEPWMn for ; Thu, 19 Sep 2013 06:32:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 73CE38CDB4 for ; Thu, 19 Sep 2013 06:32:02 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id hn9so5112278wib.17 for ; Wed, 18 Sep 2013 23:32:01 -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:in-reply-to:references; bh=kG+s5qvG2es8MXa+INRh5JIsFKWfsfnOWTMCq0QDndQ=; b=YrThjxzc6K1VcVFmaDJ0kEYbXzKxVxj2PMgh7GtWBpg0YJFGIyuPICiAya47JpI7V0 XCd/H/pbf1d+t1BHss4+MNDd1zdYf5LSuxOtmRHeAVWFLNRyl+XbA87rSZMSweQM4KRz +cH22fG3ENOTrE6BBa73nm7ZXYv9wqP3DIUCx4vTFZxYegILpi8KYbtuw9553LNZ6RZP MTiiAyAYW1wy2A0zRhBONNWp6LRd0aUX1KpTDgiJ0uf6m19It+TIEKHez8zTIWroLH5V w5Ro73BrYHGyySHYeDjILl0HtInHLnavFllAynBPTUUG0AJ9YyJj+j/NowZGRd/5WkpN AzQg== X-Received: by 10.180.81.71 with SMTP id y7mr10183184wix.63.1379572321048; Wed, 18 Sep 2013 23:32:01 -0700 (PDT) Received: from localhost.localdomain (224.167.204.77.rev.sfr.net. [77.204.167.224]) by mx.google.com with ESMTPSA id q5sm7150948wiz.3.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Sep 2013 23:32:00 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Thu, 19 Sep 2013 08:31:39 +0200 Message-Id: <1379572299-8191-2-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1379572299-8191-1-git-send-email-francois.perrad@gadz.org> References: <1379572299-8191-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 2/2] luaposix: add ncurses dependency 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 luaposix includes a curses binding which is optional and auto-detected by autotools. Signed-off-by: Francois Perrad --- package/luaposix/luaposix.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk index 1d1ee6a..64c4406 100644 --- a/package/luaposix/luaposix.mk +++ b/package/luaposix/luaposix.mk @@ -12,4 +12,8 @@ LUAPOSIX_DEPENDENCIES = lua host-lua LUAPOSIX_CONF_OPT = --libdir="/usr/lib/lua" --datarootdir="/usr/share/lua" LUAPOSIX_AUTORECONF = YES +ifeq ($(BR2_PACKAGE_NCURSES),y) + LUAPOSIX_DEPENDENCIES += ncurses +endif + $(eval $(autotools-package))