From 31f009967ea0a1664c05d38ea1c126e0c678b20a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 12 Mar 2012 10:48:20 +0000 Subject: Disable OSC and HTTP for now. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4057 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 467cae09..013568e5 100644 --- a/wscript +++ b/wscript @@ -41,6 +41,9 @@ def configure(conf): autowaf.configure(conf) conf.line_just = 48 + Options.options.no_http = True + Options.options.no_osc = True + autowaf.display_header('Ingen Configuration') autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True) -- cgit v1.2.1