summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
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',