summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-22 21:46:46 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-22 21:46:46 +0000
commit4c2f9dd11b48b3fc5ae532fe3457dd844b7df3e8 (patch)
treee13f9076be88cda8e5244c7ebb5e824861f522bd /wscript
parente549e8f82c151db4ba6cd95ed5045c530453900f (diff)
Add function to recover a full path from something like '.'
git-svn-id: svn://localhost/ardour2/branches/3.0@10284 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 045c606ac9..cc0c7d51ce 100644
--- a/wscript
+++ b/wscript
@@ -511,6 +511,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', atleast_version='2.2')
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0')
autowaf.check_pkg(conf, 'sndfile', uselib_store='SNDFILE', atleast_version='1.0.18')
+ autowaf.check_pkg(conf, 'giomm-2.4', uselib_store='GIOMM', atleast_version='2.2')
for i in children:
sub_config_and_use(conf, i)