summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-06 09:29:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-06 09:29:54 -0400
commitb023273d01fc8925fe91de379f52091605f5fa59 (patch)
treebb69a4ae09570577d0ad963e368f9a0f71eefdec /wscript
parent6e485c0fc1425de78e21ea1aeec6233b136681dd (diff)
add pkg-config check on liblo, now that NSM support requires 0.26 rather than just "any" version (fixes #5435)
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 3dd87451e4..4d261769cf 100644
--- a/wscript
+++ b/wscript
@@ -607,6 +607,7 @@ def configure(conf):
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')
autowaf.check_pkg(conf, 'libcurl', uselib_store='CURL', atleast_version='7.0.0')
+ autowaf.check_pkg(conf, 'liblo', uselib_store='LO', atleast_version='0.26')
conf.check_cc(function_name='dlopen', header_name='dlfcn.h', lib='dl', uselib_store='DL')