[Buildroot] package/sngrep: add missing ncurses dependencies

Romain Naour romain.naour at gmail.com
Sat Feb 18 21:25:16 UTC 2017


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
> 



More information about the buildroot mailing list