Commit 2c7f7de1 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files
parent cb34ea5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)