qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: require glib 2.22
@ 2015-03-03 15:24 Paolo Bonzini
  2015-03-03 15:39 ` Igor Mammedov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Paolo Bonzini @ 2015-03-03 15:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, armbru, mst

This provides g_ptr_array_new_with_free_func, as well as a few
other functions that we've been hacking around in glib-compat.h.
Cleaning up the compatibility headers will come later.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 configure |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/configure b/configure
index 4d9a2a7..833bd69 100755
--- a/configure
+++ b/configure
@@ -2745,13 +2745,7 @@ fi
 ##########################################
 # glib support probe
 
-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
-fi
-
+glib_req_ver=2.22
 glib_pkg_config()
 {
   if $pkg_config --atleast-version=$glib_req_ver $1; then
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-04 14:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 15:24 [Qemu-devel] [PATCH] configure: require glib 2.22 Paolo Bonzini
2015-03-03 15:39 ` Igor Mammedov
2015-03-03 17:09 ` Michael S. Tsirkin
2015-03-04  7:42   ` Markus Armbruster
2015-03-04 14:02     ` Peter Maydell
2015-03-03 17:21 ` Daniel P. Berrange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).