diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-09-08 16:11:03 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-09-08 16:11:03 +0200 |
commit | 1731850123b64e53999f435085bf8b373ebc0c9b (patch) | |
tree | 91ef479d13e0c1d06d811ca91b41e8df79196d60 | |
parent | cceaf5da2d17552e033c389e75348a7eb44d90b3 (diff) |
build libcacard from qemu
It's now installable as a shared library from qemu, and upstream
is qemu, so it's better to install it from here
-rw-r--r-- | modulesets/spice.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml index d2c725c..9170571 100644 --- a/modulesets/spice.xml +++ b/modulesets/spice.xml @@ -70,10 +70,8 @@ </dependencies> </autotools> - <autotools id="libcacard"> - <branch repo="git.freedesktop.org" module="~alon/libcacard"/> - <dependencies> - </dependencies> + <autotools id="libcacard" makefile="config.log" autogen-template="%(srcdir)s/configure --prefix=%(prefix)s --target-list=x86_64-softmmu" makeargs="libcacard.la" makeinstallargs="install-libcacard"> + <branch repo="qemu" module="qemu"/> </autotools> <distutils id="pyparsing"> |