summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-22 00:03:18 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-04-22 00:03:18 +0200
commite607d2c7a6eb9248f02d8bc64ec4afb4e4acb98e (patch)
treeaf17ddc34744ac5c001e412937b4723a4d255d18
parent8fd8b0347b33845b958db244619f84d682f36c68 (diff)
qemu: use 'makefile' instead of forcing configure to always run
jhbuild provides a way to override the file whose existence is checked to decide whether configure should be skipped or not. By setting it to a file that is generated by configure, we can avoid forcing configure to run every time, but only when needed.
-rw-r--r--modulesets/spice.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 0493158..3504eae 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -40,7 +40,7 @@
</dependencies>
</autotools>
- <autotools id="qemu" skip-autogen="never" autogen-template="%(srcdir)s/configure --prefix=%(prefix)s --enable-spice --target-list=x86_64-softmmu --enable-smartcard-nss --enable-smartcard" >
+ <autotools id="qemu" makefile="config.log" autogen-template="%(srcdir)s/configure --prefix=%(prefix)s --enable-spice --target-list=x86_64-softmmu --enable-smartcard-nss --enable-smartcard" >
<branch revision="spice.v32.kvm.ccid.v23" repo="spice" module="qemu"/>
<dependencies>
<dep package="libcacard"/>