summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-09-16 18:16:31 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-10-21 19:06:33 +0200
commite4052508c009716c293a84611410f7ee1e8d91e8 (patch)
tree83e6cc48b2046ce3b41089fec54a02e1ab323ace
parent7b32945430f933b193bf0370cde04811e1e0b8da (diff)
fix virt-manager build
It forces to build out of srcdir, so we need to tell jhbuild about this.
-rw-r--r--modulesets/spice.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 5eb6589..9424df1 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -131,11 +131,7 @@
</dependencies>
</autotools>
- <!-- virt-manager comes with an autogen.sh script which tries to be
- too clever, it forces an out of tree build. jhbuild doesn't know
- how to handle this, so we directly use autoreconf/configure to
- workaround this (mis)behaviour of autogen.sh -->
- <autotools id="virt-manager" autogen-sh="autoreconf" autogenargs=" --with-default-graphics=spice">
+ <autotools id="virt-manager" makeinstallargs="-C build install" makeargs="-C build" autogenargs=" --with-default-graphics=spice">
<branch repo="git.fedorahosted.org" module="virt-manager.git"/>
<dependencies>
<dep package="libvirt"/>