Files
operating-system/buildroot/package/frotz/Config.in
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

15 lines
444 B
Plaintext

config BR2_PACKAGE_FROTZ
bool "frotz"
depends on BR2_TOOLCHAIN_HAS_THREADS
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/
comment "frotz needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS