From b378554df2b1a72069a26d394046455aeb793d7c Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 9 Oct 2011 14:30:45 +0200 Subject: [PATCH] Disable GTK+3 support by default, it's unfinnished --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index debd711d..cd1af8a6 100644 --- a/wscript +++ b/wscript @@ -371,7 +371,7 @@ def set_options (opt): add_enable_option ('addons', 'building of extensions', group) add_enable_option ('tests', 'building of tests', group, disable=True) add_enable_option ('hildon', 'Maemo integration', group, disable=not is_maemo ()) - add_enable_option ('gtk3', 'gtk3 and webkitgtk3 support') + add_enable_option ('gtk3', 'GTK+3 and WebKitGTK+3 support', group, disable=True) # Provided for compatibility opt.add_option ('--build', help='Ignored') -- 2.39.5