package/minidlna: Fix typo
Fixes http://autobuild.buildroot.net/results/5ac/5ac519320ec79cf8117060dcc2620aa517845000/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cb34ea5d6a
commit
2c7f7de143
@ -12,7 +12,7 @@ config BR2_PACKAGE_MINIDLNA
|
||||
select BR2_PACKAGE_LIBJPEG
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
depends on !nios2 # ffmpeg
|
||||
depends on !BR2_nios2 # ffmpeg
|
||||
help
|
||||
MiniDLNA (aka ReadyDLNA) is server software with the aim of being
|
||||
fully compliant with DLNA/UPnP-AV clients.
|
||||
@ -21,5 +21,5 @@ config BR2_PACKAGE_MINIDLNA
|
||||
|
||||
comment "minidlna needs a toolchain w/ threads, wchar"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !nios2
|
||||
depends on !BR2_nios2
|
||||
depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_USE_WCHAR)
|
||||
|
Loading…
Reference in New Issue
Block a user