summaryrefslogtreecommitdiffstats
path: root/package/stella/Config.in
blob: 4c10983a3eb2efed2536c91607ce2dc15fc0274a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_STELLA
	bool "stella"
	depends on !BR2_STATIC_LIBS # sdl2
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
	select BR2_PACKAGE_SDL2
	select BR2_PACKAGE_LIBPNG
	select BR2_PACKAGE_ZLIB
	help
	  Stella is a multi-platform Atari 2600 VCS emulator.

	  https://stella-emu.github.io/

comment "stella needs a toolchain w/ dynamic library, C++, gcc >= 4.8"
	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
OpenPOWER on IntegriCloud