mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Canvas: add a nice new syntax for constraint packing
This commit is contained in:
parent
d6745f043c
commit
502a9e80dc
7 changed files with 367 additions and 92 deletions
|
|
@ -190,6 +190,15 @@ def build(bld):
|
|||
constraint_test3.name = 'constraint_test3'
|
||||
constraint_test3.target = 'constraint_test3'
|
||||
constraint_test3.install_path = ''
|
||||
|
||||
constraint_test4_src = [ 'constraint_test4.cc' ]
|
||||
constraint_test4 = bld (features = 'cxx cxxprogram')
|
||||
constraint_test4.source = constraint_test4_src
|
||||
constraint_test4.includes = obj.includes + ['../pbd', '../gtkmm2ext']
|
||||
constraint_test4.use = [ 'GTKMM', 'libcanvas', 'libgtkmm2ext' ]
|
||||
constraint_test4.name = 'constraint_test4'
|
||||
constraint_test4.target = 'constraint_test4'
|
||||
constraint_test4.install_path = ''
|
||||
|
||||
def shutdown():
|
||||
autowaf.shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue