dialog: add missing comment when thread support is missing
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 Dec 2013 22:14:30 +0000 (23:14 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 8 Dec 2013 22:39:37 +0000 (23:39 +0100)
This was noticed when reviewing the packaging for the python-dialog
package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dialog/Config.in

index b3efd8d85b1aa5663c6d19d86a687e7169707e71..c7cd8a46e3d92829cd97db20004cc6a850b6b04e 100644 (file)
@@ -10,3 +10,7 @@ config BR2_PACKAGE_DIALOG
          This application provides a method of displaying several different
          types of dialog boxes from shell scripts.  This allows a developer
          of a script to interact with the user in a much friendlier manner.
+
+comment "dialog needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_USE_MMU