diff options
author | Simon Dawson <spdawson@gmail.com> | 2012-06-14 10:02:11 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-06 17:43:23 +0200 |
commit | 856727f4d0e5c8db9316c97cd2f4a51a643e373d (patch) | |
tree | 843f3a816edd31978ef341c283da10fd4541d113 /package/jquery-ui/Config.in | |
parent | 9e5a5451c7785214568f35e679be0a43ec48f4df (diff) | |
download | buildroot-novena-856727f4d0e5c8db9316c97cd2f4a51a643e373d.tar.gz buildroot-novena-856727f4d0e5c8db9316c97cd2f4a51a643e373d.zip |
jquery-ui: new package
[Peter: select jquery, update for generic-package, drop _PATH options]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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/ |