Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain holmes <iain@xamarin.com>2017-11-27 19:10:29 +0300
committeriain holmes <iain@xamarin.com>2017-11-27 19:10:29 +0300
commit9f0f83c1452174c898024279ddb8df2c3e1ca00f (patch)
tree44a450af0e145ea30eec2e9ac37df4c567ff97d7 /main/Makefile.am
parent0aa305ac113a4d9ea6f468ceaa0a3a933759a8ee (diff)
[A11y] Allow Accessibility to be temporarily disabled from commandline
If DISABLE_ATKCOCOA is set then accessibilty will be disabled. make run-no-accessibility will do the same.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index d9156b9dfa..7f0efcc233 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -140,6 +140,9 @@ run-leaks: $(PROGRAM)
&& echo '\033[0m'; \
fi
+run-no-accessibility: $(PROGRAM)
+ DISABLE_ATKCOCOA=yes LANG= LC_ALL= $(MD_LAUNCH_SETUP) $(MD_LAUNCH_EXTRA_ENV) $(MD_BIN_PATH)/MonoDevelop --no-redirect
+
run-64: run-sgen-64
run-boehm: runmd