The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / jquery-mobile / Config.in
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.
9
10           http://jquerymobile.com
11
12 if BR2_PACKAGE_JQUERY_MOBILE
13
14 config BR2_PACKAGE_JQUERY_MOBILE_FULL
15         bool "jquery-mobile development files"
16         help
17           Installs the development versions.
18
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
24
25 endif