From 646675f0d21abec2848ae8e25f906aa693139fbd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Dec 2011 21:22:11 +0000 Subject: Remove libart dependency. Replace unneeded arbitrary per-item affine with simple x, y coordinates. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3867 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 90bb0b5..fb5bb69 100644 --- a/wscript +++ b/wscript @@ -50,8 +50,6 @@ def configure(conf): atleast_version='2.0.0', mandatory=True) autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM', atleast_version='2.10.0', mandatory=True) - autowaf.check_pkg(conf, 'libart-2.0', uselib_store='ART', - atleast_version='2.0.0', mandatory=True) if Options.options.gir: autowaf.check_pkg(conf, 'gobject-introspection-1.0', -- cgit v1.2.1