summaryrefslogtreecommitdiff
path: root/jhbuildrc
blob: 831c2712c9fa78ea5a650f2763ae8d4c282d6b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# how to use this file?
#
# mkdir -p $HOME/spice
# git clone git://anongit.freedesktop.org/git/xorg/util/modular/ $HOME/xorg/util/modular
# git clone git://people.freedesktop.org/~teuf/spice-jhbuild ~/spice/spice-jhbuild
# jhbuild -f $HOME/spice/spice-jhbuild/jhbuildrc
#
# Source tree will be in $HOME/spice/
# Binaries will be in $HOME/spice-usr
#

moduleset = os.path.join(os.environ['HOME'], 'spice', 'spice-jhbuild', 'modulesets', 'spice.xml')

modules = [ 'spice-gtk', 'qemu' ]

# All modules will be in $HOME/xorg/ after the checkout
checkoutroot = os.path.join(os.environ['HOME'], 'spice')
prefix = os.path.join(os.environ['HOME'], 'spice-usr')
os.environ['ACLOCAL'] = 'aclocal -I ' + os.path.join(prefix, 'share', 'aclocal')
os.environ['PKG_CONFIG_PATH'] = os.path.join(prefix, 'lib', 'pkgconfig') \
    + ':' + os.path.join(prefix, 'share', 'pkgconfig')