Config.in 448 B

1234567891011121314
  1. config BR2_PACKAGE_SHARED_MIME_INFO
  2. bool "shared-mime-info"
  3. depends on BR2_USE_WCHAR # glib2
  4. select BR2_PACKAGE_LIBGLIB2
  5. select BR2_PACKAGE_LIBXML2
  6. help
  7. The shared-mime-info package contains the core
  8. database of common types and the update-mime-database
  9. command used to extend it.
  10. http://freedesktop.org/wiki/Software/shared-mime-info
  11. comment "shared-mime-info requires a toolchain with WCHAR support"
  12. depends on !BR2_USE_WCHAR