toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / jquery-mobile / Config.in
blobfa31a3630c149698570f2747916934c409226b6b
1 config BR2_PACKAGE_JQUERY_MOBILE
2         bool "jquery-mobile"
3         help
4           jQuery-Mobile is a unified, HTML5-based user interface
5           system for all popular mobile device platforms, built on the
6           rock-solid jQuery and jQuery UI foundation. Its lightweight
7           code is built with progressive enhancement, and has a
8           flexible, easily themeable design.
10           http://jquerymobile.com
12 if BR2_PACKAGE_JQUERY_MOBILE
14 config BR2_PACKAGE_JQUERY_MOBILE_FULL
15         bool "jquery-mobile development files"
16         help
17           Installs the development versions.
19 config BR2_PACKAGE_JQUERY_MOBILE_DEMOS
20         bool "jquery-mobile demo files"
21         help
22           Installs the demo files.
23           The main demo page is http://hostname/demos/index.html
25 endif