GData plugin: Support cold-start
[claws.git] / tools / jhbuild / sample.jhbuildrc-claws-mail
index c8adb47d4e7bfcf3c46f24ccd58d1b1372b216aa..751d07b3b005b8503465d70d64e177dcffd85d9a 100644 (file)
@@ -25,7 +25,8 @@ prefix = '/opt/claws-mail'
 #os.environ['CFLAGS'] = '-g -O0'
 
 # module-specific autofoo args
-#module_autogenargs['claws-mail'] = autogenargs + "--disable-manual"
+#module_autogenargs['claws-mail'] = " ".join([autogenargs, "--disable-manual"])
+#module_autogenargs['libgdata'] = " ".join([autogenargs, "--disable-always-build-tests"])
 
 # path for building (if None, build in-tree)
 #buildroot = None
@@ -39,7 +40,7 @@ skip = [
     ]
 
 # speficif branches/tags of modules that should be built
-#branches['libgdata'] = (None, 'LIBGDATA_0_10_1')
+#branches['libgdata'] = (None, 'LIBGDATA_0_17_1')
 
 # module specific extra environment variables
 #module_extra_env = { "clutter-gtk" : {"LDFLAGS" : "-lm -lgthread-2.0"} }