summaryrefslogtreecommitdiffstats
path: root/package/jquery-ui-themes/Config.in
blob: dfde9c193ec6aa24c030a3b64366efab1d5c9893 (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 "base"
	depends on BR2_PACKAGE_JQUERY_UI_THEMES
	help
	  Specify the name of the jQuery UI theme to install.