diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 12:28:51 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 01:27:26 +0200 |
| commit | ff98354e7e3e5709383848383cc3247928053148 (patch) | |
| tree | 2d42b81008f5b5cfdf5f38fa80bf72ba6981c766 /package/libconfuse | |
| parent | c10979723a07a26fd3be2a481105723b145b2e7f (diff) | |
| download | buildroot-ff98354e7e3e5709383848383cc3247928053148.tar.gz buildroot-ff98354e7e3e5709383848383cc3247928053148.zip | |
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>
Diffstat (limited to 'package/libconfuse')
| -rw-r--r-- | package/libconfuse/libconfuse.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk index 5f1d5cdff9..07a73c8937 100644 --- a/package/libconfuse/libconfuse.mk +++ b/package/libconfuse/libconfuse.mk @@ -11,10 +11,7 @@ LIBCONFUSE_INSTALL_STAGING = YES LIBCONFUSE_CONF_OPTS = --disable-rpath LIBCONFUSE_LICENSE = ISC LIBCONFUSE_LICENSE_FILES = LICENSE - -ifeq ($(BR2_PACKAGE_GETTEXT),y) -LIBCONFUSE_DEPENDENCIES += gettext -endif +LIBCONFUSE_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) $(eval $(autotools-package)) $(eval $(host-autotools-package)) |

