buildroot/package/games/Config.in

16 lines
386 B
Plaintext

menuconfig BR2_GAMES
bool "Games"
default y
help
Support for games
if BR2_GAMES
source "package/games/ace_of_penguins/Config.in"
source "package/games/gnuchess/Config.in"
source "package/games/lxdoom/Config.in"
source "package/games/magiccube4d/Config.in"
source "package/games/rubix/Config.in"
source "package/games/vice/Config.in"
source "package/games/xboard/Config.in"
endif