do not include templates in a distributed version of ardour, they are useless. see...
[ardour.git] / wscript
diff --git a/wscript b/wscript
index 3dd87451e454fedde3c7fc43b554279728a19506..c0d518cbe6f83cdfde04e74369b2f8b7e1b20ffe 100644 (file)
--- a/wscript
+++ b/wscript
@@ -42,7 +42,6 @@ children = [
         'libs/clearlooks-newer',
         'libs/audiographer',
         'gtk2_ardour',
-        'templates',
         'export',
         'midi_maps',
         'mcp',
@@ -607,6 +606,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')