[Xfce4-commits] <midori:master> Disable GTK+3 support by default, it's unfinnished

Christian Dywan noreply at xfce.org
Sun Oct 9 14:34:03 CEST 2011


Updating branch refs/heads/master
         to b378554df2b1a72069a26d394046455aeb793d7c (commit)
       from 73354dbbab75d0da768b23c5d4a574e6b8fe6f7c (commit)

commit b378554df2b1a72069a26d394046455aeb793d7c
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Oct 9 14:30:45 2011 +0200

    Disable GTK+3 support by default, it's unfinnished

 wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wscript b/wscript
index debd711..cd1af8a 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')


More information about the Xfce4-commits mailing list