[Buildroot] [PATCH v3] supertuxkart: new package

Romain Naour romain.naour at smile.fr
Fri Jul 1 21:37:53 UTC 2016


Le 01/07/2016 à 23:18, Romain Naour a écrit :
> Hi Ezequiel,
> 

[snip]

>> diff --git a/package/supertuxkart/Config.in b/package/supertuxkart/Config.in
>> new file mode 100644
>> index 000000000000..4ee8c4d57efe
>> --- /dev/null
>> +++ b/package/supertuxkart/Config.in
>> @@ -0,0 +1,34 @@
>> +config BR2_PACKAGE_SUPERTUXKART
>> +	bool "supertuxkart"
>> +	depends on BR2_USE_MMU # fork()
>> +	depends on BR2_INSTALL_LIBSTDCPP # openal
>> +	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # openal
>> +	depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS # openal
>> +	depends on BR2_PACKAGE_HAS_LIBGL
>> +	depends on BR2_PACKAGE_XORG7
>> +	depends on !BR2_TOOLCHAIN_USES_MUSL
>> +	select BR2_PACKAGE_JPEG
> 
> A package can't select a virtual package, see section "Notes on depending on a
> virtual package" in [2].
> 
> [2] http://nightly.buildroot.org/manual.html#_infrastructure_for_virtual_packages

Sorry, the virtual package jpeg can indeed be selected by SUPERTUXKART.

Best regards,
Romain

> 
> Other than that, this package looks ok.
> 
> Best regards,
> Romain Naour



More information about the buildroot mailing list