[gtk+/gtk-2-22] We need to link gdk with the gio library for non-X11 backends



commit 130c42c4c9dbce0b17b9a4f33f0ebc808c68c2e5
Author: Tor Lillqvist <tml iki fi>
Date:   Mon Jun 28 00:20:44 2010 +0300

    We need to link gdk with the gio library for non-X11 backends
    
    (For X11, we link with gio-unix which takes care of it.)

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 20d11ed..4ae5894 100644
--- a/configure.in
+++ b/configure.in
@@ -1311,7 +1311,7 @@ LDFLAGS="$saved_ldflags"
 if test "x$gdktarget" = "xx11"; then
   GDK_PACKAGES="$PANGO_PACKAGES gio-unix-2.0 $X_PACKAGES gdk-pixbuf-2.0 cairo-$cairo_backend"
 else
-  GDK_PACKAGES="$PANGO_PACKAGES $X_PACKAGES gdk-pixbuf-2.0 cairo-$cairo_backend"
+  GDK_PACKAGES="$PANGO_PACKAGES gio-2.0 gdk-pixbuf-2.0 cairo-$cairo_backend"
 fi
 
 GDK_DEP_LIBS="$GDK_EXTRA_LIBS `$PKG_CONFIG --libs $GDK_PACKAGES`"



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