mark dbus reservation tool optional
[ardour.git] / libs / ardouralsautil / wscript
index 75d4eafba4c1adf7c7f91d1f9fe5196dc8e26b52..9ff4e424239df16b8a901121f03935794c83d63b 100644 (file)
@@ -19,7 +19,7 @@ def configure(conf):
     autowaf.configure(conf)
     if re.search ("linux", sys.platform) != None and Options.options.dist_target != 'mingw':
         autowaf.check_pkg(conf, 'alsa', uselib_store='ALSA')
-        autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS')
+        autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS', mandatory = False)
 
 def build(bld):
     if re.search ("linux", sys.platform) != None: