[geary/geary-0.11] Don't compile with vala >= 0.36, it will break the composer terribly.



commit 20097b7a9a6cd9c22ea39174e3e64e6526f50613
Author: Michael James Gratton <mike vee net>
Date:   Tue Nov 21 10:57:09 2017 +1100

    Don't compile with vala >= 0.36, it will break the composer terribly.
    
    Bug 781220

 src/CMakeLists.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 124cd18..356fd1c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -416,6 +416,7 @@ mailer/main.vala
 find_package(Vala REQUIRED)
 include(ValaVersion)
 ensure_vala_version("0.22.1" MINIMUM)
+ensure_vala_version("0.34.99" MAXIMUM)
 include(ValaPrecompile)
 
 # Vapigen


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