blob: 23b7cab55f3c8ffa159640f2d9a79515b3d1a832 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/bin/bash
REQUIRED_MODULES="
libvirt-src
libvirt-glib
"
REQUIRED_GIT="
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol.git|new_video_codecs
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk.git|queueu_remove_experiment
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
"
# copy everything since there is a clean installation done by 'ninja install'
REQUIRED_DIRECTORIES="/"
|