summaryrefslogtreecommitdiff
path: root/recipes/cogl.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-09 10:31:41 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-09 10:31:54 +0200
commit23e375729ea44d09eacb264ee7f2f00c6f141500 (patch)
treeda572f5c7765767f7435c567e0b636501b2ed3ef /recipes/cogl.recipe
parent14852419af746dafff55bf2d961d92d0dd9b7ca6 (diff)
Disable introspection for clutter and friends
Diffstat (limited to 'recipes/cogl.recipe')
-rw-r--r--recipes/cogl.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/cogl.recipe b/recipes/cogl.recipe
index ffac8fae..09c0cfcd 100644
--- a/recipes/cogl.recipe
+++ b/recipes/cogl.recipe
@@ -3,6 +3,7 @@
class Recipe(recipe.Recipe):
name = 'cogl'
version = '1.8.2'
+ configure_options = "--disable-introspection "
use_system_libs = True
deps = [ 'gdk-pixbuf' ]
license = 'LGPLv2.1'