package/frotz: needs threads
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 10 Jan 2021 19:28:15 +0000 (20:28 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 Jan 2021 19:38:32 +0000 (20:38 +0100)
Fixes:
 - http://autobuild.buildroot.org/results/8443316d8074bf44a82ceeda4630a9acb1254947

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/frotz/Config.in

index 59b6d0007d1ed243c646a146e1b7377c04dfa240..b73beea330c12e7b3f3e67e6ac1d4babbac772f7 100644 (file)
@@ -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