summaryrefslogtreecommitdiff
path: root/libs/surfaces/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/surfaces/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/surfaces/wscript')
-rw-r--r--libs/surfaces/wscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/surfaces/wscript b/libs/surfaces/wscript
index b0576ee715..352a778d3e 100644
--- a/libs/surfaces/wscript
+++ b/libs/surfaces/wscript
@@ -24,10 +24,8 @@ 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, 'sigc++-2.0', uselib_store='SIGCPP', atleast_version='2.0')
autowaf.check_pkg(conf, 'uuid', uselib_store='UUID')
conf.env.append_value('CXXFLAGS', '-DHAVE_WAFCONFIG_H')