summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-20 00:10:31 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-20 00:43:03 +0200
commitfa5f3a8bf77209da27acc33cf144e2e4500a2600 (patch)
tree5632e51e273ad3fd8f9eefecc9241c87cf245d4e /wscript
parent6e003ef110717dd3e4ecdb009d33671f7834e024 (diff)
Add LEQ(m) when analysing audio (#1382).v2.15.52
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index c386ed21d..6451f6b2a 100644
--- a/wscript
+++ b/wscript
@@ -270,6 +270,9 @@ def configure(conf):
# cairomm
conf.check_cfg(package='cairomm-1.0', args='--cflags --libs', uselib_store='CAIROMM', mandatory=True)
+ # leqm_nrt
+ conf.check_cfg(package='leqm_nrt', args='--cflags --libs', uselib_store='LEQM_NRT', mandatory=True)
+
test_cxxflags = ''
if have_c11:
test_cxxflags = '-std=c++11'