Mixer/wscript: Check for presence of ladspa.h.

pull/43/head
Jonathan Moore Liles 2013-03-09 20:41:55 -08:00
parent 8d282617e6
commit 47874addb5
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ def configure(conf):
conf.load('compiler_cxx')
conf.load('gnu_dirs')
conf.check(header_name='ladspa.h', define_name='HAVE_LADSPA_H', mandatory=True)
conf.check_cfg(package='lrdf', uselib_store='LRDF',args="--cflags --libs",
atleast_version='0.4.0', mandatory=True)