Commit 9ff640ae authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files

minidlna: needs gettext and host-gettext tools if locale is enabled

parent c8528884
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@ config BR2_PACKAGE_MINIDLNA
	select BR2_PACKAGE_LIBEXIF
	select BR2_PACKAGE_LIBJPEG
	select BR2_PACKAGE_SQLITE
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	select BR2_PACKAGE_GETTEXT_TOOLS if BR2_NEEDS_GETTEXT_IF_LOCALE
	help
	  MiniDLNA (aka ReadyDLNA) is server software with the aim of being
	  fully compliant with DLNA/UPnP-AV clients.
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ MINIDLNA_LICENSE = GPLv2 BSD-3c
MINIDLNA_LICENSE_FILES = COPYING LICENCE.miniupnpd

MINIDLNA_DEPENDENCIES = \
	$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext host-gettext) \
	ffmpeg flac libvorbis libogg libid3tag libexif libjpeg sqlite \
	host-xutil_makedepend