mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
SYSLIBS compile fixes.
git-svn-id: svn://localhost/ardour2/trunk@1769 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
82a7429156
commit
66d083ef80
2 changed files with 4 additions and 14 deletions
|
|
@ -844,6 +844,8 @@ if env['SYSLIBS']:
|
||||||
libraries['sigc2'].ParseConfig('pkg-config --cflags --libs sigc++-2.0')
|
libraries['sigc2'].ParseConfig('pkg-config --cflags --libs sigc++-2.0')
|
||||||
libraries['glibmm2'] = LibraryInfo()
|
libraries['glibmm2'] = LibraryInfo()
|
||||||
libraries['glibmm2'].ParseConfig('pkg-config --cflags --libs glibmm-2.4')
|
libraries['glibmm2'].ParseConfig('pkg-config --cflags --libs glibmm-2.4')
|
||||||
|
libraries['cairomm'] = LibraryInfo()
|
||||||
|
libraries['cairomm'].ParseConfig('pkg-config --cflags --libs cairomm-1.0')
|
||||||
libraries['gdkmm2'] = LibraryInfo()
|
libraries['gdkmm2'] = LibraryInfo()
|
||||||
libraries['gdkmm2'].ParseConfig ('pkg-config --cflags --libs gdkmm-2.4')
|
libraries['gdkmm2'].ParseConfig ('pkg-config --cflags --libs gdkmm-2.4')
|
||||||
libraries['gtkmm2'] = LibraryInfo()
|
libraries['gtkmm2'] = LibraryInfo()
|
||||||
|
|
@ -867,7 +869,7 @@ if env['SYSLIBS']:
|
||||||
libraries['soundtouch'] = LibraryInfo()
|
libraries['soundtouch'] = LibraryInfo()
|
||||||
libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs soundtouch-1.0')
|
libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs soundtouch-1.0')
|
||||||
# Comment the previous line and uncomment this for Debian:
|
# Comment the previous line and uncomment this for Debian:
|
||||||
#libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs libSoundTouch')
|
#libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs libSoundTouch')
|
||||||
|
|
||||||
libraries['appleutility'] = LibraryInfo(LIBS='libappleutility',
|
libraries['appleutility'] = LibraryInfo(LIBS='libappleutility',
|
||||||
LIBPATH='#libs/appleutility',
|
LIBPATH='#libs/appleutility',
|
||||||
|
|
|
||||||
|
|
@ -20,19 +20,7 @@
|
||||||
#ifndef __ardour_export_dialog_h__
|
#ifndef __ardour_export_dialog_h__
|
||||||
#define __ardour_export_dialog_h__
|
#define __ardour_export_dialog_h__
|
||||||
|
|
||||||
#include <gtkmm/alignment.h>
|
#include <gtkmm.h>
|
||||||
#include <gtkmm/box.h>
|
|
||||||
#include <gtkmm/table.h>
|
|
||||||
#include <gtkmm/frame.h>
|
|
||||||
#include <gtkmm/frame.h>
|
|
||||||
#include <gtkmm/button.h>
|
|
||||||
#include <gtkmm/progressbar.h>
|
|
||||||
#include <gtkmm/scrolledwindow.h>
|
|
||||||
#include <gtkmm/fileselection.h>
|
|
||||||
#include <gtkmm/filechooser.h>
|
|
||||||
#include <gtkmm/comboboxtext.h>
|
|
||||||
#include <gtkmm/treeview.h>
|
|
||||||
#include <gtkmm/liststore.h>
|
|
||||||
|
|
||||||
#include <ardour/export.h>
|
#include <ardour/export.h>
|
||||||
#include <ardour/location.h>
|
#include <ardour/location.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue