Browse Source

waf: improve configure summary

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2400 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
nedko 17 years ago
parent
commit
c36ddfc890
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      wscript

+ 2
- 1
wscript View File

@@ -60,6 +60,8 @@ def configure(conf):
conf.define('JACK_SVNREVISION', fetch_svn_revision('.'))
conf.write_config_header('config.h')

print
display_msg("JACK %s %s" % (VERSION, conf.get_define('JACK_SVNREVISION')))
print
display_feature('Build with ALSA support', conf.env['BUILD_DRIVER_ALSA'] == True)
display_feature('Build with FireWire (FreeBob) support', conf.env['BUILD_DRIVER_FREEBOB'] == True)
@@ -71,5 +73,4 @@ def build(bld):
# process subfolders from here
bld.add_subdirs('common')
bld.add_subdirs('linux')

bld.add_subdirs('linux/dbus')

Loading…
Cancel
Save