mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
dialog: bump to version 1.2-20150125
And drop thread requirement, it's really not necessary. For python-dialog that was already inherent in python itself. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3a15524b67
commit
631b09645a
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_DIALOG
|
||||
bool "python-dialog"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dialog
|
||||
depends on BR2_USE_MMU # dialog
|
||||
select BR2_PACKAGE_DIALOG
|
||||
help
|
||||
@@ -9,7 +8,3 @@ config BR2_PACKAGE_PYTHON_DIALOG
|
||||
mostly-compatible programs.
|
||||
|
||||
http://pythondialog.sourceforge.net/
|
||||
|
||||
comment "python-dialog needs a toolchain w/ threads"
|
||||
depends on BR2_USE_MMU && BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user