blob: 9a15140858d6761d2a3a565020385356c331a918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_JQUERY_UI_THEMES
bool "jQuery UI themes"
depends on BR2_PACKAGE_JQUERY_UI
help
Themes for jQuery UI.
http://jqueryui.com/
config BR2_PACKAGE_JQUERY_UI_THEMES_THEME
string "theme to install"
default "ui-lightness"
depends on BR2_PACKAGE_JQUERY_UI_THEMES
help
Specify the name of the jQuery UI theme to install.
|