From 1e972bc413648534aafa40ece2e6fd4c2d75c7f6 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 21 Aug 2006 17:37:19 +0000 Subject: Enable sugar emulator --- (limited to 'sugar-jhbuild') diff --git a/sugar-jhbuild b/sugar-jhbuild index 742cf48..31da693 100755 --- a/sugar-jhbuild +++ b/sugar-jhbuild @@ -82,6 +82,8 @@ jhbuild.config.addpath('GTK2_RC_FILES', os.path.join(config.prefix, path)) path = 'etc/gtk-2.0/gtkrc' jhbuild.config.addpath('GTK2_RC_FILES', os.path.join(config.prefix, path)) +os.environ['SUGAR_EMULATOR'] = 'yes' + if command == 'run' and len(args) == 0: jhbuild.commands.run(command, config, ['sugar']) else: -- cgit v0.9.1