Ubuntu Pastebin

Paste from Lars Uebernickel at Tue, 29 Sep 2015 15:57:31 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
~$ 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']
Download as text