https://bugs.freedesktop.org/show_bug.cgi?id=54658

--- Comment #4 from Jonathan Sieber <[email protected]> ---
I came across this bug when building pulseaudio for Alpine Linux, where locales
don't exist by design decision.
Removing the --disable-nls option leads to other problems in the build, so i
think this should be fixed.
An easy solution would be to "generate" pulseaudio.desktop by copying over the
untranslated pulseaudio.desktop.in.
I lack the automake scripting skills to execute that, but i guess it could be
done with a simple rule that checks for the USE_NLS macro defined in
configure.ac

Another small problems appears when "make check" executes po/Makefile.in,
because it will try to execute the "GENPOT" macro with the unsubstituted empty
"INTLTOOL_EXTRACT" command variable.
This also boils down to consequences of --disable-nls not being checked
properly and should be fixed.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to