NetBSD ships with pollts(2) similar to Linux specific ppoll()
[ardour.git] / libs / surfaces / wscript
index 006c907db2d418feb10ff2c321896f4b0b4f63e7..0c736733a12da7c8602752215b349128af6a6eb2 100644 (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' ]