[et-mgmt-tools] [PATCH] virt-viewer: require gtk2 >= 2.10.0

Guido Günther agx at sigxcpu.org
Wed Mar 19 08:06:56 UTC 2008


Hi,
due to gtk_widget_is_composited which appeared first in that 2.10.0 we
need to bump the required gtk version. Please apply.
Cheers,
 -- Guido

---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index b4676d5..e83f6ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ VIRT_VIEWER_COMPILE_WARNINGS(maximum)
 
 PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= 2.6.0)
 PKG_CHECK_MODULES(LIBVIRT, libvirt >= 0.2.0)
-PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.2.0)
+PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.10.0)
 PKG_CHECK_MODULES(GTKVNC, gtk-vnc-1.0 >= 0.0.1)
 
 dnl --enable-plugin to enable the browser plugin.
-- 
1.5.4.3




More information about the et-mgmt-tools mailing list