[gnome-boxes] Require latest gtk+ and libvirt-glib
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Require latest gtk+ and libvirt-glib
- Date: Tue, 22 Nov 2011 13:54:31 +0000 (UTC)
commit 93e4a52f71cff4efb8504c7716cac516320b50df
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Nov 22 04:31:06 2011 +0200
Require latest gtk+ and libvirt-glib
- Several people have reported that boxes simply don't work against
slightly older gtk+ and we know for a fact that UI doesn't look good
against gtk+ < 0.3.3.
- Latest libvirt-glib is required for domain reconfiguration API, which we
use now.
https://bugzilla.gnome.org/show_bug.cgi?id=664527
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 134ca50..d5d7200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,9 +37,9 @@ GLIB_GSETTINGS
CLUTTER_GTK_MIN_VERSION=1.0.1
GLIB_MIN_VERSION=2.29.90
GOBJECT_INTROSPECTION_MIN_VERSION=0.9.6
-GTK_MIN_VERSION=3.1.13
+GTK_MIN_VERSION=3.3.3
GTK_VNC_MIN_VERSION=0.4.4
-LIBVIRT_GLIB_MIN_VERSION=0.0.1
+LIBVIRT_GLIB_MIN_VERSION=0.0.2
LIBVIRT_GCONFIG_MIN_VERSION=0.0.1
LIBXML2_MIN_VERSION=2.7.8
SPICE_GTK_MIN_VERSION=0.7.81
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]