2020-04-30 16:44:41 +02:00
|
|
|
config BR2_PACKAGE_FROTZ
|
|
|
|
bool "frotz"
|
2021-01-10 20:28:15 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2020-04-30 16:44:41 +02:00
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
help
|
|
|
|
Frotz is an interpreter for old Infocom adventure games and
|
|
|
|
other Z-code games. Note that frotz can not be run as root.
|
|
|
|
You must add a normal user to your buildroot configuration to
|
|
|
|
be able to use it.
|
|
|
|
|
|
|
|
https://661.org/proj/if/frotz/
|
2021-01-10 20:28:15 +01:00
|
|
|
|
|
|
|
comment "frotz needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|