talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit de3e09ee3239e11ce065f47d5466d08806e31ee6
parent 6e63b752f6bedb28d25e1e14695a3d710168128e
Author: Holger Berndt <hb@claws-mail.org>
Date:   Sun, 14 Jun 2015 14:42:19 +0200

Update sample jhbuildrc file

Diffstat:
Mtools/jhbuild/sample.jhbuildrc-claws-mail | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/jhbuild/sample.jhbuildrc-claws-mail b/tools/jhbuild/sample.jhbuildrc-claws-mail @@ -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"} }