mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
This commit is contained in:
@@ -2,9 +2,9 @@ config BR2_PACKAGE_ATK
|
||||
bool "atk"
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
default n
|
||||
depends BR2_PACKAGE_LIBGLIB2
|
||||
depends on BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
||||
|
||||
comment "atk - disabled (requires libglib2)"
|
||||
depends !BR2_PACKAGE_LIBGLIB2
|
||||
depends on !BR2_PACKAGE_LIBGLIB2
|
||||
|
||||
Reference in New Issue
Block a user