You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
235 B

  1. choice
  2. depends on PACKAGE_libstrophe
  3. prompt "Select XML library"
  4. default libstrophe-expat
  5. config libstrophe-expat
  6. bool "expat"
  7. select PACKAGE_libexpat
  8. config libstrophe-libxml2
  9. bool "libxml2"
  10. select PACKAGE_libxml2
  11. endchoice