mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix compilation. Oops.
git-svn-id: svn://localhost/ardour2/branches/3.0@2993 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d747d82f65
commit
bf687f5dc5
1 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ if gtkardour['IS_OSX']:
|
|||
gtkardour.Merge ([
|
||||
libraries['ardour'],
|
||||
libraries['ardour_cp'],
|
||||
libraries['asound']
|
||||
libraries['asound'],
|
||||
libraries['atkmm'],
|
||||
libraries['cairomm'],
|
||||
libraries['fftw3'],
|
||||
|
|
@ -56,7 +56,7 @@ gtkardour.Merge ([
|
|||
libraries['vamp'],
|
||||
libraries['vamphost'],
|
||||
libraries['xml'],
|
||||
libraries['xslt'],
|
||||
libraries['xslt']
|
||||
])
|
||||
|
||||
gtkmmtests.Append(CXXFLAGS="-DLIBSIGC_DISABLE_DEPRECATED")
|
||||
|
|
@ -66,10 +66,10 @@ gtkmmtests.Merge ([
|
|||
libraries['gdkmm2'],
|
||||
libraries['glib2'],
|
||||
libraries['glibmm2'],
|
||||
libraries['gtk2']
|
||||
libraries['gtk2'],
|
||||
libraries['gtkmm2'],
|
||||
libraries['pangomm'],
|
||||
libraries['sigc2'],
|
||||
libraries['sigc2']
|
||||
])
|
||||
|
||||
if gtkardour['DMALLOC']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue