mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
current version of valeriy's fader object requires access to libardour API (to be changed)
This commit is contained in:
parent
b9a09bc920
commit
d541fda2be
1 changed files with 2 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ gtkmm2ext_sources = [
|
|||
'debug.cc',
|
||||
'dndtreeview.cc',
|
||||
'emscale.cc',
|
||||
'fader.cc',
|
||||
'fastmeter.cc',
|
||||
'focus_entry.cc',
|
||||
'grouped_buttons.cc',
|
||||
|
|
@ -99,7 +100,7 @@ def build(bld):
|
|||
obj.name = 'libgtkmm2ext'
|
||||
obj.target = 'gtkmm2ext'
|
||||
obj.uselib = 'GTKMM GTK GTKOSX OSX GDK'
|
||||
obj.use = [ 'libpbd' ]
|
||||
obj.use = [ 'libpbd', 'libardour' ]
|
||||
obj.vnum = GTKMM2EXT_LIB_VERSION
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue