diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-09 10:31:41 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-09 10:31:54 +0200 |
commit | 23e375729ea44d09eacb264ee7f2f00c6f141500 (patch) | |
tree | da572f5c7765767f7435c567e0b636501b2ed3ef /recipes/cogl.recipe | |
parent | 14852419af746dafff55bf2d961d92d0dd9b7ca6 (diff) |
Disable introspection for clutter and friends
Diffstat (limited to 'recipes/cogl.recipe')
-rw-r--r-- | recipes/cogl.recipe | 1 |
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' |