[Buildroot] PATCH: Add more config options to alsa, bump version

Julien Boibessot julien.boibessot at free.fr
Wed Jan 27 13:59:55 UTC 2010


Will Wagner a écrit :
> This patch adds a lot of extra config options to alsa-lib (default
> should be the same as before options existed), with these you can
> substantially reduce the size of the alsa-lib library.
>
> It also changes alsa-utils to only depend on ncurses if you have
> alsa-mixer selected.
>
> Finally it bumps the version of alsa-lib and alsa-utils to 1.0.22
<cut>

> +ifneq ($(BR2_PACKAGE_ALSA_LIB_ALOAD),y)
> +ALSA_LIB_CONF_OPT += --disable-aload
> +endif
> +ifneq ($(BR2_PACKAGE_ALSA_LIB_MIXER),y)
> +ALSA_LIB_CONF_OPT += --disable-mizer
--disable-mixer, no ?

Regards,
Julien


More information about the buildroot mailing list