1 config BR2_PACKAGE_SUPERTUXKART
3 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
4 depends on BR2_i386 || BR2_x86_64
5 depends on BR2_USE_MMU # fork()
6 depends on BR2_INSTALL_LIBSTDCPP # openal
7 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # openal
8 depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS # openal
9 depends on BR2_PACKAGE_HAS_LIBGL
10 depends on BR2_PACKAGE_XORG7
11 depends on !BR2_TOOLCHAIN_USES_MUSL
12 select BR2_PACKAGE_JPEG
13 select BR2_PACKAGE_LIBCURL
14 select BR2_PACKAGE_LIBGLU
15 select BR2_PACKAGE_LIBOGG
16 select BR2_PACKAGE_LIBPNG
17 select BR2_PACKAGE_LIBVORBIS
18 select BR2_PACKAGE_OPENAL
19 select BR2_PACKAGE_XLIB_LIBXRANDR
20 select BR2_PACKAGE_ZLIB
22 Karts. Nitro. Action! SuperTuxKart is a free 3D arcade kart
23 racer with multiple karts, tracks and modes you can play.
24 Beat the evil Nolok by any means necessary, and make the
25 mascot kingdom safe once again!
27 http://supertuxkart.sourceforge.net/Main_Page
29 comment "supertuxkart needs an OpenGL backend, a uClibc or glibc toolchain w/ NPTL, C++"
30 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
31 depends on BR2_i386 || BR2_x86_64
32 depends on BR2_USE_MMU
33 depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS
34 depends on BR2_PACKAGE_XORG7
35 depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
36 || !BR2_INSTALL_LIBSTDCPP \
37 || !BR2_PACKAGE_HAS_LIBGL \
38 || BR2_TOOLCHAIN_USES_MUSL