]> git.pld-linux.org Git - packages/graphene.git/blame - graphene-gir.patch
- unconditional noarch subpackages
[packages/graphene.git] / graphene-gir.patch
CommitLineData
4b7a3b52
JB
1--- graphene-1.8.2/meson.build.orig 2018-06-13 18:51:25.000000000 +0200
2+++ graphene-1.8.2/meson.build 2018-10-22 05:51:10.943800526 +0200
3@@ -216,7 +216,7 @@
4
5 # Optional dependency on GObject-Introspection; if GObject is disabled
6 # then we don't build introspection data either
7-build_gir = build_gobject and get_option('introspection') and get_option('default_library') == 'shared'
8+build_gir = build_gobject and get_option('introspection') and get_option('default_library') != 'static'
9
10 # Check for InitOnce on Windows
11 if host_system == 'windows'
This page took 0.098607 seconds and 4 git commands to generate.