From b760711088bb027d7c84eec7c19360d8f02680ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Dec 2011 03:04:05 +0000 Subject: 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 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') 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) -- cgit v1.2.1