From a0338f46ca97868292bf0e60027288b3af079464 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 21 Apr 2011 16:44:39 +0200 Subject: inital import of spice/libvirt moduleset and associated jhbuildrc --- jhbuildrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jhbuildrc (limited to 'jhbuildrc') 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') -- cgit v1.2.3