dslinux/vendors/Nintendo/NDS config.vendor

Amadeus amadeus at iksw-muees.de
Fri Jul 14 18:00:40 CEST 2006


Hello Kineox,

On Thursday 13 July 2006 21:44, kineox wrote:
> tinyirc needs libncurses. Add libncurses on NDS.

> Index: config.vendor
> ===================================================================
> RCS file:
> /cvsroot/dslinux/dslinux/vendors/Nintendo/NDS/config.vendor,v
> retrieving revision 1.21
> retrieving revision 1.22
> diff -u -d -r1.21 -r1.22
> --- config.vendor	2 Jul 2006 22:51:06 -0000	1.21
> +++ config.vendor	13 Jul 2006 19:44:01 -0000	1.22
> @@ -56,7 +56,7 @@
>  # CONFIG_LIB_LIBPNG_FORCE is not set
>  # CONFIG_LIB_LIBJPEG_FORCE is not set
>  # CONFIG_LIB_LIBUPNP_FORCE is not set
> -# CONFIG_LIB_NCURSES_FORCE is not set
> +CONFIG_LIB_NCURSES_FORCE=y
>  # CONFIG_LIB_STLPORT is not set
>  # CONFIG_LIB_STLPORT_SHARED is not set
>  # CONFIG_LIB_EXPAT_FORCE is not set

This is wrong. Dependencies between programs and/or libraries are coded 
in config/config.in like this:

> if [ "$CONFIG_USER_MADPLAY" = "y" ]; then
> 	define_bool CONFIG_LIB_ZLIB y
> 	define_bool CONFIG_LIB_ID3TAG y
> 	define_bool CONFIG_LIB_MAD y
> fi

The xxxx_FORCE config options are ONLY for building a library without 
having any dependency.

regards

Amadeus
-- 
We're back to the times when men were men 
and wrote their own device drivers.

(Linus Torvalds)



More information about the dslinux-devel mailing list