diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-08-07 14:10:09 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-22 22:54:12 +0100 |
| commit | 9312178f56909ce494d7920c35f96b45fa10a240 (patch) | |
| tree | bcf0b031c7c39fef9f33b7e4b5835b444ba10137 /package/jquery-ui | |
| parent | d7afb1d29fef01c535fb1a9403767c488ac653cf (diff) | |
| download | buildroot-9312178f56909ce494d7920c35f96b45fa10a240.tar.gz buildroot-9312178f56909ce494d7920c35f96b45fa10a240.zip | |
jQuery: introduce external plugin menu
List all jQuery plugins in a dedicated menu and remove
uneeded jQuery selection.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/jquery-ui')
| -rw-r--r-- | package/jquery-ui/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/jquery-ui/Config.in b/package/jquery-ui/Config.in index f1653d5ab8..a7c0a6df5a 100644 --- a/package/jquery-ui/Config.in +++ b/package/jquery-ui/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_JQUERY_UI - bool "jQuery UI" - select BR2_PACKAGE_JQUERY + bool "jquery-ui" help jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, |

