mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Waf building of libardour (yay!).
git-svn-id: svn://localhost/ardour2/branches/3.0@4661 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5fe3401814
commit
310d68b953
12 changed files with 309 additions and 16 deletions
|
|
@ -25,7 +25,6 @@ def set_options(opt):
|
|||
def configure(conf):
|
||||
autowaf.configure(conf)
|
||||
autowaf.check_tool(conf, 'compiler_cxx')
|
||||
conf.write_config_header('config.h')
|
||||
|
||||
def build(bld):
|
||||
# Library
|
||||
|
|
@ -66,7 +65,7 @@ def build(bld):
|
|||
taglib/ogg/speex
|
||||
taglib/ogg/flac
|
||||
'''.split()
|
||||
obj.export_incdirs = include_dirs
|
||||
obj.export_incdirs = ['.', 'taglib', 'taglib/toolkit']
|
||||
obj.includes = include_dirs
|
||||
obj.name = 'libtaglib'
|
||||
obj.target = 'taglib'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue