~$ cat .config/jhbuildrc
checkoutroot = '/home/lars/jhbuild/checkout'
tarballdir = '/home/lars/jhbuild/downloads'
# dvcs_mirror_dir = '/home/lars/jhbuild/mirror'
tinderbox_outputdir = '/home/lars/jhbuild/logs'
prefix = '/home/lars/jhbuild/install'
os.environ['CFLAGS'] = '-Wno-error=deprecated-declarations -O0 -ggdb3'
nonotify = False
build_policy = 'updated'
use_local_modulesets = True
moduleset = 'gnome-world'
# conditions.discard('wayland')
if 'local' in conditions:
os.environ['GIO_EXTRA_MODULES'] = prefix + '/lib/gio/modules'
extra_prefixes = [prefix]
prefix = '~/local'
skip = ['WebKit']