summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-08 23:27:02 +0100
committerDavid Robillard <d@drobilla.net>2019-12-08 23:30:12 +0100
commit36949a845cf79e105445b9bc8656f2560469dc4d (patch)
tree0a22ae92ca867c645d9850f6591906373d83c9af /wscript
parent681d42a8a8b2fede618bb1073c851d0539fe5c48 (diff)
downloadingen-36949a845cf79e105445b9bc8656f2560469dc4d.tar.gz
ingen-36949a845cf79e105445b9bc8656f2560469dc4d.tar.bz2
ingen-36949a845cf79e105445b9bc8656f2560469dc4d.zip
Fix network communication with Python bindings
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c23f9316..8ce958ef 100644
--- a/wscript
+++ b/wscript
@@ -69,7 +69,7 @@ def configure(conf):
conf.check_pkg('suil-0 >= 0.8.7', uselib_store='SUIL')
conf.check_pkg('sratom-0 >= 0.4.6', uselib_store='SRATOM')
conf.check_pkg('raul-1 >= 1.0.0', uselib_store='RAUL')
- conf.check_pkg('serd-0 >= 0.30.0', uselib_store='SERD', mandatory=False)
+ conf.check_pkg('serd-0 >= 0.30.3', uselib_store='SERD', mandatory=False)
conf.check_pkg('sord-0 >= 0.12.0', uselib_store='SORD', mandatory=False)
conf.check_pkg('portaudio-2.0', uselib_store='PORTAUDIO', mandatory=False)
conf.check_pkg('sigc++-2.0', uselib_store='SIGCPP', mandatory=False)