diff options
Diffstat (limited to 'package/jquery-ui/Config.in')
-rw-r--r-- | package/jquery-ui/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/jquery-ui/Config.in b/package/jquery-ui/Config.in new file mode 100644 index 000000000..f1653d5ab --- /dev/null +++ b/package/jquery-ui/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_JQUERY_UI + bool "jQuery UI" + select BR2_PACKAGE_JQUERY + help + jQuery UI provides abstractions for low-level interaction and + animation, advanced effects and high-level, themeable widgets, + built on top of the jQuery JavaScript Library, that you can use + to build highly interactive web applications. + + http://jqueryui.com/ |