|
@@ -1,14 +1,10 @@
|
|
config BR2_PACKAGE_FROTZ
|
|
config BR2_PACKAGE_FROTZ
|
|
bool "frotz"
|
|
bool "frotz"
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
help
|
|
Frotz is an interpreter for old Infocom adventure games and
|
|
Frotz is an interpreter for old Infocom adventure games and
|
|
- other Z-code games. Note that frotz can not be run as root.
|
|
|
|
|
|
+ other Z-code games. Note that frotz cannot be run as root.
|
|
You must add a normal user to your buildroot configuration to
|
|
You must add a normal user to your buildroot configuration to
|
|
be able to use it.
|
|
be able to use it.
|
|
|
|
|
|
https://661.org/proj/if/frotz/
|
|
https://661.org/proj/if/frotz/
|
|
-
|
|
|
|
-comment "frotz needs a toolchain w/ threads"
|
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|