[rygel/rygel-0-22] build: Disable strict valac



commit d83c646a23e3ee3d0fd42dcc935cbdbaa7d401da
Author: Jens Georg <mail jensge org>
Date:   Thu May 29 09:32:51 2014 +0200

    build: Disable strict valac
    
    Signed-off-by: Jens Georg <mail jensge org>

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index aa51848..3f86a6f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,7 +37,7 @@ if [ "x$1" = "xdevel" ]; then
     DEFAULT_ARGS="$DEFAULT_ARGS --enable-uninstalled --enable-debug --disable-apidocs"
     shift
 elif [ "x$1" = "xrelease" ]; then
-    DEFAULT_ARGS="$DEFAULT_ARGS --enable-apidocs --disable-debug"
+    DEFAULT_ARGS="$DEFAULT_ARGS --enable-apidocs --disable-debug --disable-strict-valac"
     shift
 fi
 


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