Config.in 694 B

12345678910111213141516171819202122232425
  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. http://jquerymobile.com
  10. if BR2_PACKAGE_JQUERY_MOBILE
  11. config BR2_PACKAGE_JQUERY_MOBILE_FULL
  12. bool "jquery-mobile development files"
  13. help
  14. Installs the development versions.
  15. config BR2_PACKAGE_JQUERY_MOBILE_DEMOS
  16. bool "jquery-mobile demo files"
  17. help
  18. Installs the demo files.
  19. The main demo page is http://hostname/demos/index.html
  20. endif