|
@@ -4,7 +4,7 @@ config BR2_PACKAGE_SUPERTUXKART
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # openal
|
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # openal
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # openal
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # openal
|
|
|
depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS # openal
|
|
|
depends on BR2_PACKAGE_HAS_LIBGL
|
|
@@ -33,7 +33,7 @@ config BR2_PACKAGE_SUPERTUXKART
|
|
|
|
|
|
http://supertuxkart.sourceforge.net/Main_Page
|
|
|
|
|
|
-comment "supertuxkart needs an OpenGL backend, a uClibc or glibc toolchain w/ NPTL, C++, gcc >= 4.7"
|
|
|
+comment "supertuxkart needs an OpenGL backend, a uClibc or glibc toolchain w/ NPTL, C++, gcc >= 4.9"
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
depends on BR2_USE_MMU
|
|
@@ -41,6 +41,6 @@ comment "supertuxkart needs an OpenGL backend, a uClibc or glibc toolchain w/ NP
|
|
|
depends on BR2_PACKAGE_XORG7
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
|
|
|
|| !BR2_INSTALL_LIBSTDCPP \
|
|
|
- || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 \
|
|
|
+ || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 \
|
|
|
|| !BR2_PACKAGE_HAS_LIBGL \
|
|
|
|| BR2_TOOLCHAIN_USES_MUSL
|