summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-19 03:04:05 +0000
committerDavid Robillard <d@drobilla.net>2011-12-19 03:04:05 +0000
commitb760711088bb027d7c84eec7c19360d8f02680ec (patch)
tree97980f45935fc160171f0e9b28844d4959708bfe /wscript
parenta12728f443694420b2d4e7a9307d738513cef24f (diff)
downloadlilv-b760711088bb027d7c84eec7c19360d8f02680ec.tar.gz
lilv-b760711088bb027d7c84eec7c19360d8f02680ec.tar.bz2
lilv-b760711088bb027d7c84eec7c19360d8f02680ec.zip
Remove locale smashing kludges and use new serd functions for converting nodes
to/from numbers. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3891 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 8a3b9be..8858413 100644
--- a/wscript
+++ b/wscript
@@ -67,6 +67,8 @@ def configure(conf):
autowaf.display_header('Lilv Configuration')
autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', mandatory=True)
+ autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
+ atleast_version='0.7.0', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',
atleast_version='0.5.0', mandatory=True)