Add a LTC generator to the dummy backend

This commit is contained in:
Robin Gareus
2017-07-28 17:47:36 +02:00
parent a3dd948c02
commit 7b7cc9ea6d
3 changed files with 81 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ def build(bld):
obj.includes = ['.']
obj.name = 'dummy_audiobackend'
obj.target = 'dummy_audiobackend'
obj.use = 'libardour libpbd'
obj.use = 'libardour libpbd libltc'
obj.uselib = 'GLIBMM XML'
obj.install_path = os.path.join(bld.env['LIBDIR'], 'backends')
obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',