Commit 3e12e02a authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

dialog: add missing comment when thread support is missing



This was noticed when reviewing the packaging for the python-dialog
package.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent f4ea4b98
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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