mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: Fix po/ build with --disable-nls
We can't call IT_PROG_INTLTOOL because it requires intltool even with --disable-nls, but it provides USE_NLS which is required for the po/ build. This might take a while to get fixed upstream, so working around this in our build system for now.
This commit is contained in:
parent
5c4012482b
commit
c3d83b17ea
1 changed files with 5 additions and 0 deletions
|
|
@ -104,6 +104,11 @@ AM_GLIB_GNU_GETTEXT
|
||||||
|
|
||||||
pulselocaledir='${prefix}/${DATADIRNAME}/locale'
|
pulselocaledir='${prefix}/${DATADIRNAME}/locale'
|
||||||
AX_DEFINE_DIR(PULSE_LOCALEDIR, pulselocaledir, [Gettext locale dir])
|
AX_DEFINE_DIR(PULSE_LOCALEDIR, pulselocaledir, [Gettext locale dir])
|
||||||
|
else
|
||||||
|
# workaround till an intltool m4 bug is fixed upstream
|
||||||
|
# (https://bugs.launchpad.net/intltool/+bug/904647)
|
||||||
|
USE_NLS=no
|
||||||
|
AC_SUBST(USE_NLS)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue