qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] configure: bump glib version to 2.16


From: John Snow
Subject: [Qemu-devel] [PATCH] configure: bump glib version to 2.16
Date: Tue, 10 Mar 2015 13:37:27 -0400

Our qtest suite relies on many functions available only in glib 2.16+.
Even though our base QEMU binary may only require 2.12+, it is confusing
to have two separate version requirements.

Thus, this is an attempt to re-establish a sane baseline for the entire
project at 2.16+.

Signed-off-by: John Snow <address@hidden>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 7ba4bcb..c38506c 100755
--- a/configure
+++ b/configure
@@ -2748,7 +2748,7 @@ if test "$mingw32" = yes; then
     # g_poll is required in order to integrate with the glib main loop.
     glib_req_ver=2.20
 else
-    glib_req_ver=2.12
+    glib_req_ver=2.16
 fi
 glib_modules=gthread-2.0
 if test "$modules" = yes; then
-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]