[california] Add --enable-deprecated to valac flags: Bug #730973



commit 7d63febbc24eb200cffdf0cc40101dcd06f80b42
Author: Jim Nelson <jim yorba org>
Date:   Thu Jun 5 13:54:49 2014 -0700

    Add --enable-deprecated to valac flags: Bug #730973
    
    Gdk.Color is deprecated in 3.14, so the upcoming version of Vala
    will complain about it.  We will get bit by further deprecations
    in the future, so might as well allow them through now.

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 7eef19d..20b2634 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -186,6 +186,7 @@ endif
 
 california_VALAFLAGS = \
        --fatal-warnings --debug --enable-checking --vapidir $(top_srcdir)/vapi --target-glib=2.38 \
+       --enable-deprecated \
        --gresources=california-resources.xml \
        $(california_OPTIONAL_VALAFLAGS) \
        --pkg gtk+-3.0 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]