summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-06-18 09:53:36 -0400
committerCole Robinson <crobinso@redhat.com>2019-06-18 09:55:01 -0400
commit876c0c014dfc54c31439ca29049d28fb8ea7705e (patch)
treea98647287bcae6899fb4df7ca249a5173858c1cf
parent033e97021e6654c9859776dedd9cd0504973f1d6 (diff)
downloadvirt-manager-876c0c014dfc54c31439ca29049d28fb8ea7705e.tar.gz
INSTALL.md: Document dep on gtksourceview
https://bugzilla.redhat.com/show_bug.cgi?id=1721341
-rw-r--r--INSTALL.md1
-rw-r--r--virt-manager.spec.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 750a2e33..64f86771 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -35,6 +35,7 @@ Minimum version requirements of major components:
- libvirt-python >= 0.6.0
- pygobject3 >= 3.22
- libosinfo >= 0.2.10
+ - gtksourceview >= 3
On Debian or Ubuntu based distributions, you need to install the
`gobject-introspection` bindings for some dependencies like `libvirt-glib`
diff --git a/virt-manager.spec.in b/virt-manager.spec.in
index 51e17428..55e0b11a 100644
--- a/virt-manager.spec.in
+++ b/virt-manager.spec.in
@@ -35,6 +35,9 @@ Requires: libvirt-glib >= 0.0.9
Requires: gtk-vnc2
Requires: spice-gtk3
+# We can work with gtksourceview 3 or gtksourceview4, pick the latest one
+Requires: gtksourceview4
+
# virt-manager is one of those apps that people will often install onto
# a headless machine for use over SSH. This means the virt-manager dep
# chain needs to provide everything we need to get a usable app experience.