4683420c4c
'default n' is the default, so there's no need to say it explicitly.
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
menu "GTK Themes"
|
|
depends on BR2_PACKAGE_LIBGTK2
|
|
|
|
config BR2_PACKAGE_GTK2_THEME_HICOLOR
|
|
bool "hicolor (defaut theme)"
|
|
depends on BR2_PACKAGE_LIBGTK2
|
|
|
|
endmenu
|