Advertisement
Shobha

~/.jhbuildrc

Jul 9th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. # -*- mode: python -*-
  2. # -*- coding: utf-8 -*-
  3.  
  4. # edit this file to match your settings and copy it to ~/.config/jhbuildrc
  5.  
  6. # if you have a GNOME git account, uncomment this line
  7. # repos['git.gnome.org'] = 'ssh://user@git.gnome.org/git/'
  8.  
  9. # what module set should be used. The default can be found in
  10. # jhbuild/defaults.jhbuildrc, but can be any file in the modulesets directory
  11. # or a URL of a module set file on a web server.
  12. # moduleset = 'gnome-apps-3.4'
  13. #
  14. # A list of the modules to build. Defaults to the GNOME core and tested apps.
  15. # modules = [ 'meta-gnome-core', 'meta-gnome-apps-tested' ]
  16.  
  17. # Or to build the old GNOME 2.32:
  18. # moduleset = 'gnome2/gnome-2.32'
  19. # modules = ['meta-gnome-desktop']
  20.  
  21. # what directory should the source be checked out to?
  22. checkoutroot = '~/checkout/gnome'
  23.  
  24. # the prefix to configure/install modules to (must have write access)
  25. prefix = '/opt/gnome'
  26.  
  27. # custom CFLAGS / environment pieces for the build
  28. # os.environ['CFLAGS'] = '-Wall -g -O0'
  29.  
  30. # extra arguments to pass to all autogen.sh scripts
  31. # to speed up builds of GNOME, try '--disable-static --disable-gtk-doc'
  32. #autogenargs=''
  33.  
  34. # A string listing additional arguments to be passed to make.
  35. # Set makeargs to 'V=1' for verbose build output.
  36. #makeargs = ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement