Mandatory check for boost headers.
authorDavid Robillard <d@drobilla.net>
Sat, 14 Feb 2009 01:00:15 +0000 (01:00 +0000)
committerDavid Robillard <d@drobilla.net>
Sat, 14 Feb 2009 01:00:15 +0000 (01:00 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@4546 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/evoral/wscript

index 8c0202ee94f1175d844e971fc1a2626333c8d7f5..baa773cc8b6c5b1174c18ef4189e7fdaa02c6012 100644 (file)
@@ -31,6 +31,10 @@ def configure(conf):
        autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', atleast_version='2.14.0', mandatory=True)
        autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT', atleast_version='1.12.0', mandatory=False)
 
+       # Boost headers
+       autowaf.check_header(conf, 'boost/shared_ptr.hpp', mandatory=True)
+       autowaf.check_header(conf, 'boost/weak_ptr.hpp', mandatory=True)
+
 def build(bld):
        # Headers
        #bld.install_files('${INCLUDEDIR}/evoral', 'evoral/*.h')