aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript b/wscript
index 797f321..c77681d 100644
--- a/wscript
+++ b/wscript
@@ -33,8 +33,7 @@ def options(ctx):
'no-gl': 'do not build OpenGL support',
'no-cairo': 'do not build Cairo support',
'no-static': 'do not build static library',
- 'no-shared': 'do not build shared library',
- 'grab-focus': 'work around keyboard issues by grabbing focus'})
+ 'no-shared': 'do not build shared library'})
ctx.get_option_group('Test options').add_option(
'--gui-tests', action='store_true', help='Run GUI tests')