Browse Source

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

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
47874addb5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mixer/wscript

+ 1
- 0
mixer/wscript 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)



Loading…
Cancel
Save