summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-12-08 23:53:36 +1100
committerJan Schmidt <jan@centricular.com>2017-12-08 23:56:50 +1100
commit2c7d57f8ed6f9b426e1d92a448d3a122121c2e2a (patch)
tree0fb1a34118f05eb63f1577e9273948753e178830
parent7a110002843054644dcb04a9ecd72e06e019c2b1 (diff)
build-tools/orc.recipe: Disable GTK Doc
There's no need to build the docs here so don't bother
-rw-r--r--recipes/build-tools/orc.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/build-tools/orc.recipe b/recipes/build-tools/orc.recipe
index 1f4db7c9..dfd0e441 100644
--- a/recipes/build-tools/orc.recipe
+++ b/recipes/build-tools/orc.recipe
@@ -16,6 +16,7 @@ class Recipe(recipe.Recipe):
'bin/orcc%(bext)s']
def prepare(self):
+ self.configure_options += ' --disable-gtk-doc '
self.append_env['CFLAGS'] = " -Wno-error "
self.append_env['CXXFLAGS'] = " -Wno-error "
self.append_env['CPPFLAGS'] = " -Wno-error "