wscript: check for alsa headers

they are needed by alsapid/lib.c
This commit is contained in:
Nedko Arnaudov 2011-09-03 03:34:48 +03:00
parent 4f7a90a499
commit e9a07d14e9
1 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,12 @@ def configure(conf):
errmsg = "not installed, see http://jackaudio.org/",
args = '--cflags --libs')
conf.check_cfg(
package = 'alsa',
mandatory = True,
errmsg = "not installed, see http://www.alsa-project.org/",
args = '--cflags')
conf.check_cfg(
package = 'dbus-1',
atleast_version = '1.0.0',