From 90fb61b6e4bf24ac86ade69cfefcce6548f18add Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Apr 2011 20:46:17 +0000 Subject: Update for new serd/sord/suil pkg-config names and versions git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3215 a436a847-0d15-0410-975c-d299462d15a1 --- waf | Bin 87718 -> 87343 bytes wscript | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/waf b/waf index 86ffb67..0b6e94c 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index 11c11c0..1482ded 100644 --- a/wscript +++ b/wscript @@ -35,8 +35,8 @@ def configure(conf): atleast_version='0.5.1', mandatory=False) autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM', atleast_version='2.6.0', mandatory=False) - autowaf.check_pkg(conf, 'sord', uselib_store='SORD', - atleast_version='0.1.0', mandatory=False) + autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', + atleast_version='0.2.0', mandatory=False) #autowaf.check_pkg(conf, 'eugene', uselib_store='EUGENE', # atleast_version='0.0.0', mandatory=False) -- cgit v1.2.1