aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-17 19:26:03 +0000
committerDavid Robillard <d@drobilla.net>2011-02-17 19:26:03 +0000
commit6ad9ba0e7a23fd7456e2216e79a0eea4de2d0371 (patch)
tree1ca6568512109ef26d7c2e203089da569c44d8c2 /wscript
parent2a7eff2d6ecdeed30d0a797ec36926fd1a5eb4fc (diff)
downloadmachina-6ad9ba0e7a23fd7456e2216e79a0eea4de2d0371.tar.gz
machina-6ad9ba0e7a23fd7456e2216e79a0eea4de2d0371.tar.bz2
machina-6ad9ba0e7a23fd7456e2216e79a0eea4de2d0371.zip
Remove check for rasqal.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2982 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index aaed96e..46b2361 100644
--- a/wscript
+++ b/wscript
@@ -34,7 +34,6 @@ 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, 'rasqal', uselib_store='RASQAL', mandatory=False)
autowaf.check_pkg(conf, 'sord', uselib_store='SORD',
atleast_version='0.1.0', mandatory=False)
#autowaf.check_pkg(conf, 'eugene', uselib_store='EUGENE',