|
@@ -2,6 +2,7 @@ config BR2_PACKAGE_MINIDLNA
|
|
|
bool "minidlna"
|
|
|
depends on BR2_LARGEFILE # ffmpeg
|
|
|
depends on BR2_INET_IPV6 # ffmpeg
|
|
|
+ depends on BR2_USE_WCHAR # flac
|
|
|
depends on BR2_USE_MMU # fork
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_PACKAGE_FFMPEG
|
|
@@ -20,6 +21,6 @@ config BR2_PACKAGE_MINIDLNA
|
|
|
|
|
|
http://minidlna.sourceforge.net/
|
|
|
|
|
|
-comment "minidlna needs a toolchain w/ largefile, IPv6, threads"
|
|
|
+comment "minidlna needs a toolchain w/ largefile, IPv6, threads, wchar"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !(BR2_LARGEFILE && BR2_INET_IPV6 && BR2_TOOLCHAIN_HAS_THREADS)
|
|
|
+ depends on !(BR2_LARGEFILE && BR2_INET_IPV6 && BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
|