get everything compiling with libardour built using -fvisibility=hidden

This commit is contained in:
Paul Davis
2013-10-17 12:41:28 -04:00
parent 08fbc53d52
commit f3d2ca0d9a
30 changed files with 215 additions and 188 deletions

View File

@@ -86,7 +86,7 @@ def options(opt):
def configure(conf):
conf.load('compiler_cxx')
autowaf.build_version_files(path_prefix+'pbd/version.h', path_prefix+'version.cc',
'libpbd', MAJOR, MINOR, MICRO)
'libpbd', MAJOR, MINOR, MICRO, 'LIBPBD_API', 'pbd/libpbd_visibility.h')
autowaf.configure(conf)
autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')
autowaf.check_pkg(conf, 'sigc++-2.0', uselib_store='SIGCPP', atleast_version='2.0')