brainstew/jhbuildrc

8 lines
248 B
Plaintext
Raw Normal View History

2013-08-11 23:17:36 +02:00
import os
prefix = os.path.abspath(os.path.join(os.path.dirname(__file__), 'jhbuild'))
checkoutroot = os.path.join(prefix, 'src')
2015-11-28 14:20:56 +01:00
modulesets_dir = os.path.abspath(os.path.join(prefix, '..'))
use_local_modulesets = True
2013-08-11 23:17:36 +02:00
moduleset = 'doceo.modules'