get everything compiling with libardour built using -fvisibility=hidden
This commit is contained in:
@@ -35,11 +35,11 @@ class XMLNode;
|
||||
namespace PBD {
|
||||
|
||||
namespace sys {
|
||||
class LIBPBD_API path;
|
||||
class path;
|
||||
}
|
||||
|
||||
class LIBPBD_API PropertyList;
|
||||
class LIBPBD_API OwnedPropertyList;
|
||||
class PropertyList;
|
||||
class OwnedPropertyList;
|
||||
|
||||
/** Base class for objects with saveable and undoable state */
|
||||
class LIBPBD_API Stateful {
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user