summaryrefslogtreecommitdiffstats
path: root/package/stella/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/stella/Config.in')
-rw-r--r--package/stella/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/stella/Config.in b/package/stella/Config.in
index 55f177f753..dd8e32a651 100644
--- a/package/stella/Config.in
+++ b/package/stella/Config.in
@@ -1,11 +1,11 @@
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
+ select BR2_PACKAGE_SDL2
+ select BR2_PACKAGE_LIBPNG
+ select BR2_PACKAGE_ZLIB
help
Stella is a multi-platform Atari 2600 VCS emulator.
OpenPOWER on IntegriCloud