summaryrefslogtreecommitdiff
path: root/cerbero/bootstrap/build_tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'cerbero/bootstrap/build_tools.py')
-rw-r--r--cerbero/bootstrap/build_tools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cerbero/bootstrap/build_tools.py b/cerbero/bootstrap/build_tools.py
index f797885..24e4ffa 100644
--- a/cerbero/bootstrap/build_tools.py
+++ b/cerbero/bootstrap/build_tools.py
@@ -56,6 +56,7 @@ class BuildTools (BootstraperBase):
not self.config.prefix_is_executable():
# For glib-mkenums and glib-genmarshal
self.BUILD_TOOLS.append('glib-tools')
+ self.BUILD_TOOLS += self.config.extra_build_tools
def start(self):
# Use a common prefix for the build tools for all the configurations
@@ -70,6 +71,7 @@ class BuildTools (BootstraperBase):
config.build_tools_sources = self.config.build_tools_sources
config.cache_file = self.config.build_tools_cache
config.build_tools_cache = self.config.build_tools_cache
+ config.external_recipes = self.config.external_recipes
if not os.path.exists(config.prefix):
os.makedirs(config.prefix)