[Xfce4-commits] <postler:master> Enable deprecated features in Vala to avoid errors

Christian Dywan noreply at xfce.org
Tue Nov 9 03:38:02 CET 2010


Updating branch refs/heads/master
         to 7ea3acfa2351b206a66aa5d4825f96e192c68ff3 (commit)
       from 44a0a2c84573cc44d62704bc782c5fbe7ea1d9f1 (commit)

commit 7ea3acfa2351b206a66aa5d4825f96e192c68ff3
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Nov 9 03:33:38 2010 +0100

    Enable deprecated features in Vala to avoid errors
    
    Vala 0.12 introduces namespaces such as Gtk.Stock which causes
    a huge amount of redundant warnings and can't be avoided.
    
    Fixes: https://bugs.launchpad.net/postler/+bug/672851

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

diff --git a/wscript b/wscript
index ab833dd..e7e61c0 100644
--- a/wscript
+++ b/wscript
@@ -182,6 +182,7 @@ def configure (conf):
         conf.env.append_value ('VALAFLAGS', '--enable-checking'.split ())
     elif debug_level == 'none':
         conf.env.append_value ('VALAFLAGS', '--disable-assert')
+    conf.env.append_value ('VALAFLAGS', '--enable-deprecated')
 
     print '''
         Localization:        %(nls)s (intltool)



More information about the Xfce4-commits mailing list