summaryrefslogtreecommitdiffstats
path: root/package/jquery-ui-themes/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/jquery-ui-themes/Config.in')
-rw-r--r--package/jquery-ui-themes/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/jquery-ui-themes/Config.in b/package/jquery-ui-themes/Config.in
new file mode 100644
index 000000000..dfde9c193
--- /dev/null
+++ b/package/jquery-ui-themes/Config.in
@@ -0,0 +1,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.