[Buildroot] [PATCH v2 08/13] package/minetest: enable sound support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jun 24 15:21:56 UTC 2017


Hello,

On Mon, 12 Jun 2017 22:54:05 +0200, Romain Naour wrote:

> diff --git a/package/minetest/Config.in b/package/minetest/Config.in
> index d0613a2..a15a8f7 100644
> --- a/package/minetest/Config.in
> +++ b/package/minetest/Config.in
> @@ -55,6 +55,14 @@ config BR2_PACKAGE_MINETEST_CLIENT_SERVER
>  
>  endchoice
>  
> +config BR2_PACKAGE_MINETEST_SOUND
> +	bool "enable sound"
> +	depends on BR2_PACKAGE_MINETEST_CLIENT
> +	depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS
> +	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # openal

 -> Config.in comment for this dependency?

> +	select BR2_PACKAGE_LIBVORBIS
> +	select BR2_PACKAGE_OPENAL
> +
>  endif

Thanks,

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



More information about the buildroot mailing list