mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
minidlna: use the new gettext logic
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2864f9047d
commit
a32783e387
@ -13,7 +13,6 @@ config BR2_PACKAGE_MINIDLNA
|
|||||||
select BR2_PACKAGE_LIBEXIF
|
select BR2_PACKAGE_LIBEXIF
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
||||||
help
|
help
|
||||||
MiniDLNA (aka ReadyDLNA) is server software with the aim of being
|
MiniDLNA (aka ReadyDLNA) is server software with the aim of being
|
||||||
fully compliant with DLNA/UPnP-AV clients.
|
fully compliant with DLNA/UPnP-AV clients.
|
||||||
|
@ -10,7 +10,7 @@ MINIDLNA_LICENSE = GPL-2.0, BSD-3-Clause
|
|||||||
MINIDLNA_LICENSE_FILES = COPYING LICENCE.miniupnpd
|
MINIDLNA_LICENSE_FILES = COPYING LICENCE.miniupnpd
|
||||||
|
|
||||||
MINIDLNA_DEPENDENCIES = \
|
MINIDLNA_DEPENDENCIES = \
|
||||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) host-gettext \
|
$(TARGET_NLS_DEPENDENCIES) \
|
||||||
ffmpeg flac libvorbis libogg libid3tag libexif jpeg sqlite \
|
ffmpeg flac libvorbis libogg libid3tag libexif jpeg sqlite \
|
||||||
host-xutil_makedepend
|
host-xutil_makedepend
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user