807dd03eec
This version should now also compile fine on systems without pthreads, so we can remove the dependency on BR2_TOOLCHAIN_HAS_THREADS again. While we're at it, also fix a typo in the description (replace "can not" with "cannot"). Signed-off-by: Thomas Huth <huth@tuxfamily.org> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
config BR2_PACKAGE_FROTZ
|
|
bool "frotz"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Frotz is an interpreter for old Infocom adventure games and
|
|
other Z-code games. Note that frotz cannot 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/
|