mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Merge with 2.0-ongoing R3071.
git-svn-id: svn://localhost/ardour2/branches/3.0@3074 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8aa9508c82
commit
859e9106e7
57 changed files with 2551 additions and 249 deletions
|
|
@ -10,6 +10,9 @@ Import('env libraries install_prefix')
|
|||
pangomm = env.Copy()
|
||||
pangomm.Merge([libraries['glibmm2'], libraries['pango'], libraries['sigc2'], libraries['cairomm'], libraries['cairo']])
|
||||
|
||||
if pangomm['IS_OSX']:
|
||||
pangomm.Append (LINKFLAGS="-Xlinker -headerpad -Xlinker 2048")
|
||||
|
||||
libpangomm = pangomm.SharedLibrary('pangomm', pangomm_files)
|
||||
Default(libpangomm)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue