[tracker] build: Use --target-glib=2.34 for StaticMutex->Mutex changes



commit 63605098914348098ca52de6561f3925225cdeee
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Mar 12 21:23:55 2013 +0000

    build: Use --target-glib=2.34 for StaticMutex->Mutex changes
    
    Has to be a stable release, so we can't use 2.35.1 sadly :/
    Upstream know about this and will update with a message to warn users

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a8a0665..9726623 100644
--- a/configure.ac
+++ b/configure.ac
@@ -549,7 +549,7 @@ AC_SUBST(GCOV_LIBS)
 ####################################################################
 # General VALAFLAGS/CFLAGS/LIBS
 ####################################################################
-BUILD_VALAFLAGS="-g --target-glib=2.26"
+BUILD_VALAFLAGS="-g --target-glib=2.34"
 BUILD_CFLAGS="${WARN_CFLAGS} ${GCOV_CFLAGS} -DG_LOG_DOMAIN=\\\"Tracker\\\" -DTRACKER_COMPILATION"
 BUILD_LIBS="${GCOV_LIBS}"
 


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