diff mbox series

[1/1] package/frotz: needs threads

Message ID 20210110192815.1121551-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/frotz: needs threads | expand

Commit Message

Fabrice Fontaine Jan. 10, 2021, 7:28 p.m. UTC
Fixes:
 - http://autobuild.buildroot.org/results/8443316d8074bf44a82ceeda4630a9acb1254947

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/frotz/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peter Korsgaard Jan. 11, 2021, 7:38 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.org/results/8443316d8074bf44a82ceeda4630a9acb1254947

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/frotz/Config.in b/package/frotz/Config.in
index 59b6d0007d..b73beea330 100644
--- a/package/frotz/Config.in
+++ b/package/frotz/Config.in
@@ -1,5 +1,6 @@ 
 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
@@ -8,3 +9,6 @@  config BR2_PACKAGE_FROTZ
 	  be able to use it.
 
 	  https://661.org/proj/if/frotz/
+
+comment "frotz needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS