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:
@@ -1,11 +1,11 @@
|
||||
config BR2_PACKAGE_DILLO
|
||||
bool "dillo"
|
||||
default n
|
||||
depends BR2_PACKAGE_JPEG
|
||||
depends BR2_PACKAGE_LIBGLIB12
|
||||
depends BR2_PACKAGE_LIBGTK12
|
||||
depends BR2_PACKAGE_ZLIB
|
||||
depends BR2_PACKAGE_LIBPNG
|
||||
depends on BR2_PACKAGE_JPEG
|
||||
depends on BR2_PACKAGE_LIBGLIB12
|
||||
depends on BR2_PACKAGE_LIBGTK12
|
||||
depends on BR2_PACKAGE_ZLIB
|
||||
depends on BR2_PACKAGE_LIBPNG
|
||||
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
|
||||
help
|
||||
Dillo is a small GTK+ based web browser written in C.
|
||||
@@ -13,4 +13,4 @@ config BR2_PACKAGE_DILLO
|
||||
http://www.dillo.org/
|
||||
|
||||
comment "dillo - disabled (requires jpeg,libglib12,libgtk12,zlib,libpng and Xorg(7))"
|
||||
depends !BR2_PACKAGE_JPEG || !BR2_PACKAGE_LIBGLIB12 || !BR2_PACKAGE_LIBGTK12 || !BR2_PACKAGE_ZLIB || !BR2_PACKAGE_LIBPNG || !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)
|
||||
depends on !BR2_PACKAGE_JPEG || !BR2_PACKAGE_LIBGLIB12 || !BR2_PACKAGE_LIBGTK12 || !BR2_PACKAGE_ZLIB || !BR2_PACKAGE_LIBPNG || !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)
|
||||
|
||||
Reference in New Issue
Block a user