mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
(Possible) compile w/o SYSLIBS fix.
git-svn-id: svn://localhost/ardour2/trunk@2887 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
821e4763fd
commit
ed312acded
1 changed files with 3 additions and 0 deletions
|
|
@ -1024,6 +1024,9 @@ else:
|
|||
libraries['atkmm'] = LibraryInfo(LIBS='atkmm',
|
||||
LIBPATH='#libs/gtkmm2/atk',
|
||||
CPPPATH='#libs/gtkmm2/atk')
|
||||
libraries['cairomm'] = LibraryInfo(LIBS='cairomm',
|
||||
LIBPATH='#libs/cairomm/cairomm',
|
||||
CPPPATH='#libs/cairomm/cairomm')
|
||||
libraries['gdkmm2'] = LibraryInfo(LIBS='gdkmm2',
|
||||
LIBPATH='#libs/gtkmm2/gdk',
|
||||
CPPPATH='#libs/gtkmm2/gdk')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue