package/frotz: needs threads
Fixes: - http://autobuild.buildroot.org/results/8443316d8074bf44a82ceeda4630a9acb1254947 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f609afb7e8
commit
70fd6f7dbf
@ -1,5 +1,6 @@
|
|||||||
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
|
||||||
@ -8,3 +9,6 @@ config BR2_PACKAGE_FROTZ
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user