From: Fabrice Fontaine Date: Wed, 1 Jan 2020 21:14:48 +0000 (+0100) Subject: package/pulseaudio: replace host-intltool by $(TARGET_NLS_DEPENDENCIES) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7130471583d200ecd10606b10f116b1c00dfa42;p=buildroot.git package/pulseaudio: replace host-intltool by $(TARGET_NLS_DEPENDENCIES) intltool has been replaced by gettext since version 12.99.1 and https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/57e3ccaf51f714eec8ca29005c3cc4fde456e84e so replace host-intltool by $(TARGET_NLS_DEPENDENCIES) Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk index 0e78724634..e64aa6f97b 100644 --- a/package/pulseaudio/pulseaudio.mk +++ b/package/pulseaudio/pulseaudio.mk @@ -17,7 +17,8 @@ PULSEAUDIO_CONF_OPTS = \ --disable-running-from-build-tree PULSEAUDIO_DEPENDENCIES = \ - host-pkgconf libtool libsndfile speex host-intltool \ + host-pkgconf libtool libsndfile speex \ + $(TARGET_NLS_DEPENDENCIES) \ $(if $(BR2_PACKAGE_LIBGLIB2),libglib2) \ $(if $(BR2_PACKAGE_AVAHI_DAEMON),avahi) \ $(if $(BR2_PACKAGE_DBUS),dbus) \