|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_MINIDLNA
|
|
config BR2_PACKAGE_MINIDLNA
|
|
bool "minidlna"
|
|
bool "minidlna"
|
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_WCHAR # flac
|
|
depends on BR2_USE_WCHAR # flac
|
|
depends on BR2_USE_MMU # fork
|
|
depends on BR2_USE_MMU # fork
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -19,7 +20,8 @@ config BR2_PACKAGE_MINIDLNA
|
|
|
|
|
|
http://minidlna.sourceforge.net/
|
|
http://minidlna.sourceforge.net/
|
|
|
|
|
|
-comment "minidlna needs a toolchain w/ threads, wchar"
|
|
|
|
|
|
+comment "minidlna needs a toolchain w/ dynamic library, threads, wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_nios2
|
|
depends on !BR2_nios2
|
|
- depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
|
|
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
|
|
|
|
+ BR2_STATIC_LIBS
|