diff options
Diffstat (limited to 'package/libvips/libvips.mk')
-rw-r--r-- | package/libvips/libvips.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvips/libvips.mk b/package/libvips/libvips.mk index 974a4bec32..8078e046d1 100644 --- a/package/libvips/libvips.mk +++ b/package/libvips/libvips.mk @@ -41,7 +41,7 @@ LIBVIPS_CONF_OPTS = \ LIBVIPS_INSTALL_STAGING = YES LIBVIPS_DEPENDENCIES = \ host-pkgconf libglib2 \ - libxml2 $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) + libxml2 $(TARGET_NLS_DEPENDENCIES) # --disable-cxx is broken upstream # https://github.com/jcupitt/libvips/issues/231 |