1 config BR2_PACKAGE_STELLA
3 select BR2_PACKAGE_SDL2
4 select BR2_PACKAGE_LIBPNG
5 select BR2_PACKAGE_ZLIB
6 depends on !BR2_STATIC_LIBS # sdl2
7 depends on BR2_INSTALL_LIBSTDCPP
8 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
10 Stella is a multi-platform Atari 2600 VCS emulator.
12 http://stella.sourceforge.net/
14 comment "stella needs a toolchain w/ dynamic library, C++, gcc >= 4.8"
15 depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
16 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8