From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1jIyKf-0003l6-FB for ptxdist@pengutronix.de; Mon, 30 Mar 2020 19:36:17 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23993114AbgC3RgPUbuaY (ORCPT ); Mon, 30 Mar 2020 19:36:15 +0200 Date: Mon, 30 Mar 2020 19:36:14 +0200 From: Ladislav Michl Message-ID: <20200330173614.GA891266@lenoch> References: <20200329172423.GA18442@lenoch> <20200330130614.mttwfxdwseswpvhp@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200330130614.mttwfxdwseswpvhp@pengutronix.de> Subject: [ptxdist] [PATCH v2] ncdu: store options only when package is selected List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Fixes: 2456173c2297 ("ncdu: Add new package") Signed-off-by: Ladislav Michl --- Changes: -v2: Adjust Subject as suggested by Uwe Kleine-K=F6nig rules/ncdu.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/ncdu.in b/rules/ncdu.in index 362fc733f..36336a2b7 100644 --- a/rules/ncdu.in +++ b/rules/ncdu.in @@ -7,8 +7,12 @@ config NCDU help Disk usage analyzer with ncurses interface. = +if NCDU + config NCDU_WIDE_CHAR bool default NCURSES_WIDE_CHAR = +endif + # vim: ft=3Dkconfig noet tw=3D72 ts=3D8 sw=3D8 -- = 2.26.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de