diff --git a/libs/evoral/wscript b/libs/evoral/wscript index 8c0202ee94..baa773cc8b 100644 --- a/libs/evoral/wscript +++ b/libs/evoral/wscript @@ -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')