[Pkg-libvirt-commits] [virt-viewer] 01/01: Enable ovirt support
Guido Guenther
agx at moszumanska.debian.org
Tue Apr 26 07:24:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch debian/sid
in repository virt-viewer.
commit 145a9521dc909bf30985d47010c42e3c890cbfdd
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Apr 26 09:15:41 2016 +0200
Enable ovirt support
Closes: #822433
---
debian/control | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 50ae2c7..8119deb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
debhelper (>= 9~),
autotools-dev,
libvirt-dev (>= 0.10),
+ libgovirt-dev,
libgtk-vnc-2.0-dev,
libspice-client-gtk-3.0-dev (>= 0.17) [i386 amd64],
libxml2-dev,
diff --git a/debian/rules b/debian/rules
index f94db29..76a491e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mimedb --with-gtk=3.0
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mimedb --with-gtk=3.0 --with-ovirt
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
DEB_CONFIGURE_EXTRA_FLAGS += --with-spice-gtk
HAVE_SPICE := 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-viewer.git
More information about the Pkg-libvirt-commits
mailing list