summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-30 20:55:47 +0200
committerDavid Robillard <d@drobilla.net>2020-07-30 20:55:47 +0200
commita6f3b310ac88e518f61e1fe0fd9eba56e9718526 (patch)
tree9df2d000ca8c87f0efe9e915cc0f47788b46a130
parent473d9bd0cb085dee2fc73506ccdfce990aeee147 (diff)
downloadganv-a6f3b310ac88e518f61e1fe0fd9eba56e9718526.tar.gz
ganv-a6f3b310ac88e518f61e1fe0fd9eba56e9718526.tar.bz2
ganv-a6f3b310ac88e518f61e1fe0fd9eba56e9718526.zip
Set gobject-introspection as a system dependency
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 0dbe81b..e5cda9d 100644
--- a/wscript
+++ b/wscript
@@ -118,6 +118,7 @@ def configure(conf):
if Options.options.gir:
conf.check_pkg('gobject-introspection-1.0',
uselib_store='GIR',
+ system=True,
mandatory=False)
conf.find_program('g-ir-doc-tool', var='G_IR_DOC_TOOL', mandatory=False)
conf.find_program('yelp-build', var='YELP_BUILD', mandatory=False)