mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
python: move toolchain comment above main option
So suboptions are correctly indented. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
741bc4d232
commit
b4d19a0995
@ -1,3 +1,7 @@
|
|||||||
|
comment "python needs a toolchain w/ wchar, threads"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_PYTHON
|
config BR2_PACKAGE_PYTHON
|
||||||
bool "python"
|
bool "python"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
@ -10,10 +14,6 @@ config BR2_PACKAGE_PYTHON
|
|||||||
|
|
||||||
http://www.python.org/
|
http://www.python.org/
|
||||||
|
|
||||||
comment "python needs a toolchain w/ wchar, threads"
|
|
||||||
depends on BR2_USE_MMU
|
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
||||||
|
|
||||||
if BR2_PACKAGE_PYTHON
|
if BR2_PACKAGE_PYTHON
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user