commander-pi16/package/x16emu/Config.in

12 lines
269 B
Plaintext
Raw Normal View History

2021-08-07 16:08:16 +00:00
config BR2_PACKAGE_X16EMU
bool "x16emu"
depends on !BR2_STATIC_LIBS # sdl2
select BR2_PACKAGE_SDL2
help
Emulator for the Commander X16 computer system.
https://github.com/commanderx16/
comment "x16emu requires dynamic libraries"
depends on BR2_STATIC_LIBS