diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-04-21 16:44:39 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-04-21 17:45:21 +0200 |
commit | a0338f46ca97868292bf0e60027288b3af079464 (patch) | |
tree | 5bd50dcc87278e9b8184ec28f2aabf8157c77111 /jhbuildrc |
inital import of spice/libvirt moduleset and associated jhbuildrc
Diffstat (limited to 'jhbuildrc')
-rw-r--r-- | jhbuildrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jhbuildrc b/jhbuildrc new file mode 100644 index 0000000..831c271 --- /dev/null +++ b/jhbuildrc @@ -0,0 +1,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') |