a5ac61715b
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
menu "GTK Themes"
|
|
depends on BR2_PACKAGE_LIBGTK2
|
|
|
|
config BR2_PACKAGE_GTK2_THEME_HICOLOR
|
|
bool "hicolor (defaut theme)"
|
|
default n
|
|
depends on BR2_PACKAGE_LIBGTK2
|
|
|
|
endmenu
|