summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-03add libosinfo and gtk-vncHEADmasterChristophe Fergeau1-0/+10
They are gnome-boxes dependencies
2011-10-21add boxes to module setChristophe Fergeau1-0/+15
2011-10-21preliminary usb redir supportChristophe Fergeau1-2/+13
Add the modules necessary for usb redir support to the module set, but we have to disable this support from spicy for now because jhbuild can't build libusbredir because it's not using the autotools, and its build system isn't sophisticated enough for jhbuild use :-/
2011-10-21fix virt-manager buildChristophe Fergeau1-5/+1
It forces to build out of srcdir, so we need to tell jhbuild about this.
2011-10-21add libcacard dependency to spice-gtkChristophe Fergeau1-0/+1
It is required for smartcard support
2011-09-08build libcacard from qemuChristophe Fergeau1-4/+2
It's now installable as a shared library from qemu, and upstream is qemu, so it's better to install it from here
2011-09-08use new upstream repository for spice-gtkChristophe Fergeau1-4/+1
2011-06-06Tell jhbuild to use system XDG dirs as wellZeeshan Ali (Khattak)1-0/+5
If we don't do this, jhbuild assumes we have XDG directories in our chroot.
2011-05-03Add vinagre moduleZeeshan Ali (Khattak)1-0/+9
2011-05-01use qemu from upstreamChristophe Fergeau1-1/+4
2011-04-30add pyparsing to modulesetChristophe Fergeau1-0/+13
It will make Mac OS X builds easier
2011-04-30use spice by default with virt-managerChristophe Fergeau1-1/+1
2011-04-26fix makeargs name in jhbuildrcChristophe Fergeau1-1/+1
It was misspelt makeflags
2011-04-22add more inline doc to our jhbuildrcChristophe Fergeau1-1/+10
2011-04-22explain how to change checkout/build pathsChristophe Fergeau1-0/+4
2011-04-22add small comment about the address/port spice is running onChristophe Fergeau1-0/+1
2011-04-22add missing "git clone" to READMEChristophe Fergeau1-1/+1
2011-04-22add xspice moduleChristophe Fergeau1-0/+8
2011-04-22document the moduleset odditiesChristophe Fergeau1-0/+12
virt-manager and qemu uses unusual parameters to the <autotools> tag, add comments explaining why they are needed.
2011-04-22add missing depsChristophe Fergeau1-0/+2
2011-04-22virtinst: use distutilsChristophe Fergeau1-2/+2
virtinst is a python module using distutils, not the autotools
2011-04-22virt-manager: use 'autoreconf' for autogen.shChristophe Fergeau1-1/+1
virt-manager comes with an autogen.sh file, but this script forces the use of an out-of-tree build, which jhbuild doesn't support. Since it's a regular autotools project, we can instruct it to use autoreconf/configure to get a "normal" build process.
2011-04-22qemu: use 'makefile' instead of forcing configure to always runChristophe Fergeau1-1/+1
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.
2011-04-21add libvirt modules to spice modulesetChristophe Fergeau2-37/+32
They can't be split in 2 files since virtviewer needs to depend on spice-gtk for spice support.
2011-04-21add skip-autogen=never to qemu moduleChristophe Fergeau1-1/+1
This is needed to prevent jhbuild from skipping configure always: qemu isn't a real autotools module so it already has some Makefile in a clean git checkout. When jhbuild detects a Makefile in an autogen sourcetree, it assumes it doesn't need to run configure. skip-autogen forces it to always run configure even if a Makefile is already present.
2011-04-21inital import of spice/libvirt moduleset and associated jhbuildrcChristophe Fergeau4-0/+177