diff options
author | Matthew Waters <matthew@centricular.com> | 2019-03-15 13:01:53 +1100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-03-18 03:23:17 +0530 |
commit | 3531ba58414f4e0f951b9a31def972a4abfed722 (patch) | |
tree | 2459adaa13992e6f696fb759e2facdc0e4fb7ef6 /recipes/graphene.recipe | |
parent | d992f5263128580f8cad118f1945a5b43fabb612 (diff) |
graphene: introspection is disabled for this recipe so .gir will not be generated
Diffstat (limited to 'recipes/graphene.recipe')
-rw-r--r-- | recipes/graphene.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/graphene.recipe b/recipes/graphene.recipe index 92e2ac6d..7740adae 100644 --- a/recipes/graphene.recipe +++ b/recipes/graphene.recipe @@ -41,7 +41,7 @@ class Recipe(recipe.Recipe): deps = ['glib'] files_libs = ['libgraphene-1.0'] - files_typelibs = ['Graphene-1.0'] +# files_typelibs = ['Graphene-1.0'] files_devel = [ 'include/graphene-1.0', |