diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-07-11 17:31:32 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-07-11 22:56:59 +0200 |
commit | 782de306a80a258953bc677ce77041a34366a866 (patch) | |
tree | 8fc1a3f99e1f1699569c2dee9b0c2bd47bec8b5d | |
parent | 93afdd04a69474b82582d8e491dc375164a6133e (diff) |
Raise min libvirt-gconfig version
The CPU topology work needs libvirt-gconfig >= 0.1.0
https://bugzilla.gnome.org/show_bug.cgi?id=676029
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 829100f..1edad67 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ GOBJECT_INTROSPECTION_MIN_VERSION=0.9.6 GTK_MIN_VERSION=3.5.5 GTK_VNC_MIN_VERSION=0.4.4 LIBVIRT_GLIB_MIN_VERSION=0.0.8 -LIBVIRT_GCONFIG_MIN_VERSION=0.0.9 +LIBVIRT_GCONFIG_MIN_VERSION=0.1.0 LIBXML2_MIN_VERSION=2.7.8 SPICE_GTK_MIN_VERSION=0.9 GUDEV_MIN_VERSION=165 |