From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Sat, 18 Feb 2017 22:25:16 +0100 Subject: [Buildroot] package/sngrep: add missing ncurses dependencies In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Lonnie, Please keep the mailing list in Cc Le 18/02/2017 ? 20:58, Lonnie Abelbeck a ?crit : > Romain, > > You also need to select ... > > + select BR2_PACKAGE_NCURSES_TARGET_MENU > > All three are needed as a runtime dependency. Actually it's checked by the configure script: AC_CHECK_LIB([menu], [new_item], [], [ AC_MSG_ERROR([ You need to have ncurses menu library installed to compile sngrep.]) ]) I missed it because it was already selected by the config I used... I'll fix it. Thanks for review! Best regards, Romain > > Lonnie >