77572e6f9f
[Peter: drop CSS path option, depend on jquery-ui, misc cleanups] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
339 B
Plaintext
15 lines
339 B
Plaintext
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 "base"
|
|
depends on BR2_PACKAGE_JQUERY_UI_THEMES
|
|
help
|
|
Specify the name of the jQuery UI theme to install.
|