13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
|
config BR2_PACKAGE_LIBXDGMIME
|
||
|
bool "libxdgmime"
|
||
|
depends on BR2_USE_WCHAR # shared-mime-info
|
||
|
select BR2_PACKAGE_SHARED_MIME_INFO
|
||
|
help
|
||
|
Simple library that parses the proposed MIME spec
|
||
|
listed at http://freedesktop.org/.
|
||
|
|
||
|
https://github.com/pcercuei/libxdgmime
|
||
|
|
||
|
comment "libxdgmime requires a toolchain with WCHAR support"
|
||
|
depends on !BR2_USE_WCHAR
|