mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Lower the minimum gettext version
The old minimum version was set in commit 57e3ccaf51 based on what the
commit author happened to have installed at the time. Russell Treleaven
now confirmed that Debian 8's gettext version, 0.19.3, works fine too,
or at least PulseAudio builds without errors. There might be room to
lower the required version even further, but that requires someone to
test older gettext versions.
This commit is contained in:
parent
904dd38003
commit
c235acd787
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ PKG_PROG_PKG_CONFIG
|
|||
|
||||
# gettext
|
||||
|
||||
AM_GNU_GETTEXT_VERSION([0.19.8])
|
||||
AM_GNU_GETTEXT_VERSION([0.19.3])
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
GETTEXT_PACKAGE=pulseaudio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue