summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-02-15 13:28:17 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-02-15 13:28:17 +0100
commitaf12b73b0f739ed20cd4ed810368a13e31d8f685 (patch)
tree2b1d2746ccc5ef8f7f4ce20e7007ea32a9693c9f
parent47ef56a694faaf4232175650ca3c1c61f9a49dbc (diff)
build-tools: add gettext-tools for autopoint in the bootstrap
-rw-r--r--cerbero/bootstrap/build_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/bootstrap/build_tools.py b/cerbero/bootstrap/build_tools.py
index c0516d7..f5a994a 100644
--- a/cerbero/bootstrap/build_tools.py
+++ b/cerbero/bootstrap/build_tools.py
@@ -27,7 +27,7 @@ from cerbero.build.cookbook import CookBook
class BuildTools (BootstraperBase):
BUILD_TOOLS = ['automake', 'autoconf', 'm4', 'libtool', 'pkg-config',
- 'orc-tool', 'gettext-m4']
+ 'orc-tool', 'gettext-m4', 'gettext-tools']
PLAT_BUILD_TOOLS = {
Platform.DARWIN: ['intltool', 'yasm'],
Platform.WINDOWS: ['intltool', 'yasm'],