Config.in 360 B

123456789101112
  1. config BR2_PACKAGE_LIBXDGMIME
  2. bool "libxdgmime"
  3. depends on BR2_USE_WCHAR # shared-mime-info
  4. select BR2_PACKAGE_SHARED_MIME_INFO
  5. help
  6. Simple library that parses the proposed MIME spec
  7. listed at http://freedesktop.org/.
  8. https://github.com/pcercuei/libxdgmime
  9. comment "libxdgmime requires a toolchain with WCHAR support"
  10. depends on !BR2_USE_WCHAR