various fixes for push2 support. Now setups video display when enabled

This commit is contained in:
Paul Davis
2016-06-16 00:07:43 -04:00
parent 413fe2cf9a
commit 189173c1b1
8 changed files with 248 additions and 78 deletions

View File

@@ -45,6 +45,8 @@ def configure(conf):
if conf.is_defined('HAVE_USB'):
children += [ 'push2' ]
else:
print ('You are missing the libusb-1.0 development package needed to compile Push2 support')
if autowaf.check_pkg (conf, 'liblo', mandatory=False, uselib_store="LO", atleast_version="0.24"):
children += [ 'osc' ]