From 69623bbe00a9d186f8fdb8921b70acadf8ba6465 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Oct 2019 13:03:02 +0200 Subject: Remove use of autowaf.define --- src/gui/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/wscript') diff --git a/src/gui/wscript b/src/gui/wscript index c34731ba..ba0026ef 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -22,10 +22,10 @@ def configure(conf): atleast_version='1.4.0', system=True, mandatory=False) if conf.env.HAVE_GANV and conf.env.HAVE_GTKMM: - autowaf.define(conf, 'INGEN_BUILD_GUI', 1) + conf.env.INGEN_BUILD_GUI = 1 if Options.options.light_theme: - autowaf.define(conf, 'INGEN_USE_LIGHT_THEME', 1) + conf.define('INGEN_USE_LIGHT_THEME', 1) def build(bld): obj = bld(features = 'cxx cxxshlib', -- cgit v1.2.1