[Buildroot] [PATCH 03/18] package/mplayer: add optional ncurses support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Apr 7 20:52:46 UTC 2015


Dear Bernd Kuhls,

On Sun, 29 Mar 2015 19:11:19 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
> ---
>  package/mplayer/mplayer.mk |    8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
> index f004ca9..5ecd25a 100644
> --- a/package/mplayer/mplayer.mk
> +++ b/package/mplayer/mplayer.mk
> @@ -45,6 +45,14 @@ else
>  MPLAYER_CONF_OPTS += --disable-freetype
>  endif
>  
> +ifeq ($(BR2_PACKAGE_NCURSES),y)
> +MPLAYER_CONF_OPTS += --enable-termcap

I've removed this line.

> +MPLAYER_DEPENDENCIES += ncurses
> +MPLAYER_EXTRA_LIBS += -lncurses

This line.

And added a comment above to explain why we don't pass --enable-termcap.

And then I applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list