python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / stella / Config.in
blob55f177f75371a54a3020b3142101c6204d71617d
1 config BR2_PACKAGE_STELLA
2         bool "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
9         help
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