Fix sndfile pkg-config name and SYSLIBS.
git-svn-id: svn://localhost/ardour2/branches/3.0@3748 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1071,7 +1071,11 @@ if env['SYSLIBS']:
|
||||
CPPPATH='#libs/appleutility')
|
||||
|
||||
libraries['sndfile'] = LibraryInfo()
|
||||
libraries['sndfile'].ParseConfig ('pkg-config --cflags --libs libsndfile')
|
||||
libraries['sndfile'].ParseConfig ('pkg-config --cflags --libs sndfile')
|
||||
|
||||
libraries['taglib'] = LibraryInfo(LIBS='libtaglib',
|
||||
LIBPATH='#libs/taglib',
|
||||
CPPPATH=['#libs/taglib/headers','#libs/taglib/headers/taglib'])
|
||||
|
||||
coredirs = [
|
||||
'templates',
|
||||
|
||||
@@ -228,7 +228,7 @@ Editor::check_whether_and_how_to_import(string path, bool all_or_nothing)
|
||||
message = string_compose(_("A source file %1 already exists. This operation will not update that source but import the file %2 as a new source, please confirm."), wave_name, wave_name);
|
||||
|
||||
}
|
||||
MessageDialog dialog(message, false,Gtk::MESSAGE_QUESTION, Gtk::BUTTONS_NONE, true);
|
||||
MessageDialog dialog(message, false, Gtk::MESSAGE_QUESTION, Gtk::BUTTONS_NONE, true);
|
||||
|
||||
if (all_or_nothing) {
|
||||
// disabled
|
||||
|
||||
Reference in New Issue
Block a user