kumquat-buildroot/package/gtk2-themes/Config.in
Peter Korsgaard a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00

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