summaryrefslogtreecommitdiff
path: root/libs/evoral/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-26 00:05:51 +0000
committerDavid Robillard <d@drobilla.net>2009-02-26 00:05:51 +0000
commit3bc71af0ca89354670243e600c70374bfb224c6d (patch)
tree2c0c39ad65fad6753e03a80e72a4d7d01a8c5d66 /libs/evoral/wscript
parent49412d38523d20e73286984937be4e2c3f600920 (diff)
Clean up checks.
git-svn-id: svn://localhost/ardour2/branches/3.0@4667 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/wscript')
-rw-r--r--libs/evoral/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/wscript b/libs/evoral/wscript
index a06a3d4c0f..88d4be0b6c 100644
--- a/libs/evoral/wscript
+++ b/libs/evoral/wscript
@@ -26,10 +26,10 @@ def set_options(opt):
def configure(conf):
autowaf.configure(conf)
autowaf.check_tool(conf, 'compiler_cxx')
+ autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT', atleast_version='1.12.0', mandatory=False)
autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.2')
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0')
autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', atleast_version='2.14.0')
- 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')