blob: 871c3c76b31466dba77fa8bb45bcdc97193b60d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_MAGICCUBE4D
bool "magiccube4d"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_PACKAGE_XORG7
help
Another rubiks cube-like game in 4D
http://avr32linux.org/twiki/bin/viewfile/Main
comment "magiccube4d requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7
|