summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-07-22 12:48:37 +0200
committerDavid Robillard <d@drobilla.net>2018-07-22 12:48:37 +0200
commitdbd784ed8ce745badbe71b5ae898b9e5b502c968 (patch)
treea85b650cbd2ac07a54699f83d537f3164418d617 /wscript
parente0b3fb3a9722c404da5b374957ebc4f1c941867e (diff)
downloadsord-dbd784ed8ce745badbe71b5ae898b9e5b502c968.tar.gz
sord-dbd784ed8ce745badbe71b5ae898b9e5b502c968.tar.bz2
sord-dbd784ed8ce745badbe71b5ae898b9e5b502c968.zip
Use serd_free
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3d7a013..1c142bb 100644
--- a/wscript
+++ b/wscript
@@ -56,7 +56,7 @@ def configure(conf):
Options.options.static_progs)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
- atleast_version='0.22.4', mandatory=True)
+ atleast_version='0.29.4', mandatory=True)
autowaf.check_pkg(conf, 'libpcre', uselib_store='PCRE', mandatory=False)
if conf.env.HAVE_PCRE: