brainstew/jhbuildrc

8 lines
248 B
Plaintext

import os
prefix = os.path.abspath(os.path.join(os.path.dirname(__file__), 'jhbuild'))
checkoutroot = os.path.join(prefix, 'src')
modulesets_dir = os.path.abspath(os.path.join(prefix, '..'))
use_local_modulesets = True
moduleset = 'doceo.modules'