diff options
author | Karl Lindén <karl.j.linden@gmail.com> | 2015-04-10 11:24:15 +0200 |
---|---|---|
committer | Karl Lindén <karl.j.linden@gmail.com> | 2015-04-10 11:24:15 +0200 |
commit | 97499df9c04f97766ea30b1976e0b2c2769808ff (patch) | |
tree | 1a54c93eb8899205e48a61903d625dbc9591dd74 /linux | |
parent | 61421de45630ce5c410346060b6e8a84ef346a32 (diff) | |
download | jack2-97499df9c04f97766ea30b1976e0b2c2769808ff.tar.gz |
make build option --alsa an auto option
Diffstat (limited to 'linux')
-rw-r--r-- | linux/wscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/wscript b/linux/wscript index df2debec..f7f0752d 100644 --- a/linux/wscript +++ b/linux/wscript @@ -4,9 +4,6 @@ from waflib import Context def configure(conf): - conf.check_cfg(package='alsa', atleast_version='1.0.18', args='--cflags --libs', mandatory=False) - conf.env['BUILD_DRIVER_ALSA'] = conf.is_defined('HAVE_ALSA') - conf. check_cfg(package='libfreebob', atleast_version='1.0.0', args='--cflags --libs', mandatory=False) conf.env['BUILD_DRIVER_FREEBOB'] = conf.is_defined('HAVE_LIBFREEBOB') |