mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/pulseaudio: replace host-intltool by $(TARGET_NLS_DEPENDENCIES)
intltool has been replaced by gettext since version 12.99.1 and
57e3ccaf51
so replace host-intltool by $(TARGET_NLS_DEPENDENCIES)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
a660a7d026
commit
c713047158
@ -17,7 +17,8 @@ PULSEAUDIO_CONF_OPTS = \
|
|||||||
--disable-running-from-build-tree
|
--disable-running-from-build-tree
|
||||||
|
|
||||||
PULSEAUDIO_DEPENDENCIES = \
|
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_LIBGLIB2),libglib2) \
|
||||||
$(if $(BR2_PACKAGE_AVAHI_DAEMON),avahi) \
|
$(if $(BR2_PACKAGE_AVAHI_DAEMON),avahi) \
|
||||||
$(if $(BR2_PACKAGE_DBUS),dbus) \
|
$(if $(BR2_PACKAGE_DBUS),dbus) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user