Update buidlroot to version 2016.08.1
This commit is contained in:
16
bsp/buildroot/package/stella/Config.in
Normal file
16
bsp/buildroot/package/stella/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_STELLA
|
||||
bool "stella"
|
||||
select BR2_PACKAGE_SDL2
|
||||
select BR2_PACKAGE_LIBPNG
|
||||
select BR2_PACKAGE_ZLIB
|
||||
depends on !BR2_STATIC_LIBS # sdl2
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||
help
|
||||
Stella is a multi-platform Atari 2600 VCS emulator.
|
||||
|
||||
http://stella.sourceforge.net/
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user