summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKarl Lindén <karl.j.linden@gmail.com>2015-04-10 12:05:16 +0200
committerKarl Lindén <karl.j.linden@gmail.com>2015-04-10 12:05:16 +0200
commit5586a5b88db76d03e25dca7eab38f6cee03cc9a3 (patch)
tree98322d7c814b5b67d52ad6bed4ffcf79aecd50ca /linux
parent1b27e13418ab0acb6f7956f5b8f0111908d5dc91 (diff)
downloadjack2-5586a5b88db76d03e25dca7eab38f6cee03cc9a3.tar.gz
make build option --freebob an auto option
Diffstat (limited to 'linux')
-rw-r--r--linux/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/wscript b/linux/wscript
index 1aee0aae..4e2e8962 100644
--- a/linux/wscript
+++ b/linux/wscript
@@ -4,9 +4,6 @@
from waflib import Context
def configure(conf):
- 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')
-
conf.define('HAVE_PPOLL', 1 )
conf.check_cfg(package='gtkIOStream', atleast_version='1.4.0', args='--cflags --libs', mandatory=False)