mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
libconfuse: 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. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c10979723a
commit
ff98354e7e
@ -11,10 +11,7 @@ LIBCONFUSE_INSTALL_STAGING = YES
|
|||||||
LIBCONFUSE_CONF_OPTS = --disable-rpath
|
LIBCONFUSE_CONF_OPTS = --disable-rpath
|
||||||
LIBCONFUSE_LICENSE = ISC
|
LIBCONFUSE_LICENSE = ISC
|
||||||
LIBCONFUSE_LICENSE_FILES = LICENSE
|
LIBCONFUSE_LICENSE_FILES = LICENSE
|
||||||
|
LIBCONFUSE_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||||
ifeq ($(BR2_PACKAGE_GETTEXT),y)
|
|
||||||
LIBCONFUSE_DEPENDENCIES += gettext
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user