mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
build: Bump gettext version
Apparently, gettext can only work with the same exact version it's autogenerated from.
This commit is contained in:
parent
dc8c7be7f0
commit
dfca349bbe
@ -1093,7 +1093,7 @@ AM_CONDITIONAL(ENABLE_PDFS, [test "x$enable_pdfs" = "xyes"])
|
||||
|
||||
dnl === I18N ==================================================================
|
||||
|
||||
AM_GNU_GETTEXT_VERSION([0.17])
|
||||
AM_GNU_GETTEXT_VERSION([0.18.1])
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
GETTEXT_PACKAGE="clutter-$CLUTTER_API_VERSION"
|
||||
|
Loading…
Reference in New Issue
Block a user