qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] glib dependency


From: Yoder Stuart-B08248
Subject: [Qemu-devel] glib dependency
Date: Mon, 1 Aug 2011 19:22:38 +0000

Anthony,

So in QEMU 0.15 rc2 it looks like the dependency on gio and
gthread has been removed, but glib is still required
correct?

 ##########################################
 # glib support probe
-if $pkg_config --modversion gthread-2.0 gio-2.0 > /dev/null 2>&1 ; then
-    glib_cflags=`$pkg_config --cflags gthread-2.0 gio-2.0 2>/dev/null`
-    glib_libs=`$pkg_config --libs gthread-2.0 gio-2.0 2>/dev/null`
+if $pkg_config --modversion glib-2.0 > /dev/null 2>&1 ; then
+    glib_cflags=`$pkg_config --cflags glib-2.0 2>/dev/null`
+    glib_libs=`$pkg_config --libs glib-2.0 2>/dev/null`

...I had the impression that the glib dependency
itself was going away.

I'm trying to get qemu integrated into our internal SDK
system for building user space and am trying to figure
out what is required.


Stuart




reply via email to

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