]> spindle.queued.net Git - midori/commitdiff
Disable GTK+3 support by default, it's unfinnished
authorChristian Dywan <christian@twotoasts.de>
Sun, 9 Oct 2011 12:30:45 +0000 (14:30 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 9 Oct 2011 12:31:27 +0000 (14:31 +0200)
wscript

diff --git a/wscript b/wscript
index debd711df8dc34d179bb4431186c6ac22bd2dc8f..cd1af8a699b9a418239d9b253178f8cebed0e93c 100644 (file)
--- 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')