Update sample jhbuildrc file
authorHolger Berndt <hb@claws-mail.org>
Sun, 14 Jun 2015 12:42:19 +0000 (14:42 +0200)
committerHolger Berndt <hb@claws-mail.org>
Sun, 14 Jun 2015 12:46:22 +0000 (14:46 +0200)
tools/jhbuild/sample.jhbuildrc-claws-mail

index c8adb47d4e7bfcf3c46f24ccd58d1b1372b216aa..d271004afb3a1de50bca9e58d0c57adfca75a363 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-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"} }