From f47198f2a168aaef44170f02e87ec77349bcef7b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 1 Apr 2011 17:36:16 +0000 Subject: Only check for FlowCanvas if building GUI. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3138 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 88179cd3..950973a3 100644 --- a/wscript +++ b/wscript @@ -52,8 +52,6 @@ def configure(conf): atleast_version='0.7.0', mandatory=True) autowaf.check_pkg(conf, 'raul', uselib_store='RAUL', atleast_version='0.8.0', mandatory=True) - autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', - atleast_version='0.8.0', mandatory=False) autowaf.check_pkg(conf, 'sord', uselib_store='SORD', atleast_version='0.1.0', mandatory=False) if not Options.options.no_gui: @@ -63,6 +61,8 @@ def configure(conf): atleast_version='2.14.0', mandatory=False) autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM', atleast_version='2.6.0', mandatory=False) + autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', + atleast_version='0.8.0', mandatory=False) if not Options.options.no_http: autowaf.check_pkg(conf, 'libsoup-2.4', uselib_store='SOUP', atleast_version='2.4.0', mandatory=False) -- cgit v1.2.1