1config 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 12if BR2_PACKAGE_JQUERY_MOBILE 13 14config BR2_PACKAGE_JQUERY_MOBILE_FULL 15 bool "jquery-mobile development files" 16 help 17 Installs the development versions. 18 19config 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 25endif 26