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