summaryrefslogtreecommitdiff
path: root/libs/midi++2/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/midi++2/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/midi++2/wscript')
-rw-r--r--libs/midi++2/wscript6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/midi++2/wscript b/libs/midi++2/wscript
index 789daa43bc..43ec395b4b 100644
--- a/libs/midi++2/wscript
+++ b/libs/midi++2/wscript
@@ -24,11 +24,9 @@ def set_options(opt):
def configure(conf):
autowaf.configure(conf)
autowaf.check_tool(conf, 'compiler_cxx')
- 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, 'sigc++-2.0', uselib_store='SIGCPP', atleast_version='2.0')
- autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.109.0')
+ autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')
+ autowaf.check_pkg(conf, 'sigc++-2.0', uselib_store='SIGCPP', atleast_version='2.0')
conf.env.append_value('CXXFLAGS', '-DHAVE_WAFCONFIG_H')
conf.write_config_header('wafconfig.h')