mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
several changes, major and minor, to improve threaded waveview rendering
This commit is contained in:
parent
2cb511e25a
commit
e9224a58d1
3 changed files with 68 additions and 47 deletions
|
|
@ -84,7 +84,7 @@ def build(bld):
|
|||
obj.export_includes = ['.']
|
||||
obj.includes = ['.']
|
||||
obj.uselib = 'SIGCPP CAIROMM GTKMM BOOST'
|
||||
obj.use = [ 'libpbd', 'libevoral', 'libardour', 'libgtkmm2ext' ]
|
||||
obj.use = [ 'libpbd', 'libevoral', 'libardour', 'libgtkmm2ext', 'libevoral' ]
|
||||
obj.name = 'libcanvas'
|
||||
obj.target = 'canvas'
|
||||
obj.vnum = CANVAS_LIB_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue