build.sh: Restore alphabetical order to the cmdline options.
[xorg-util-modular.git] / jhbuildrc
blobd7b50be8bd3e09254017fbc83c54db662f93b2a8
1 # how to use this file?
3 # mkdir -p $HOME/xorg/util
4 # git clone git://anongit.freedesktop.org/git/xorg/util/modular/ $HOME/xorg/util/modular
5 # jhbuild -f $HOME/xorg/util/modular/jhbuildrc
7 # Source tree will be in $HOME/xorg
8 # Binaries will be in $HOME/xorg-build
11 #moduleset = 'http://cgit.freedesktop.org/xorg/util/modular/blob/xorg.modules'
12 # Requires the module set be in $HOME/xorg/util/modular/
13 moduleset = os.path.join(os.environ['HOME'], 'xorg', 'util', 'modular', 'xorg.modules')
15 modules = [ 'xorg' ]
17 # All modules will be in $HOME/xorg/ after the checkout
18 checkoutroot = os.environ['HOME']
19 prefix = os.path.join(os.environ['HOME'], 'xorg-build')
20 os.environ['ACLOCAL'] = 'aclocal -I ' + os.path.join(prefix, 'share', 'aclocal')
21 os.environ['PKG_CONFIG_PATH'] = os.path.join(prefix, 'lib', 'pkgconfig')
23 #autogenargs='--cache-file=/usr/src/jhmodular/configure-cache --disable-static'
24 #os.environ['INSTALL'] = os.path.join(os.environ['HOME'], 'bin', 'install-check')