# -*- mode: python -*- # Only rebuild modules that have changed build_policy = 'updated' moduleset = 'http://jlaska.fedorapeople.org/aeolus/aeolus.modules' modules = [ 'all' ] # Enable this one to use introspection built from the stack itself # modules = [ 'gnome-shell-full' ] # what directory should the source be checked out to? checkoutroot = os.path.expanduser('~/aeolus/source') # the prefix to configure/install modules to (must have write access) prefix = os.path.expanduser('~/aeolus/install') # Import optional user RC for further customization. You can override # the prefix or default build setup for example, or CFLAGS or # module_autogenargs, etc. # _userrc = os.path.join(os.environ['HOME'], '.jhbuildrc-custom') if os.path.exists(_userrc): execfile(_userrc)