[gtk+] We need to link gdk with the gio library for non-X11 backends
- From: Tor Lillqvist <tml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] We need to link gdk with the gio library for non-X11 backends
- Date: Sun, 27 Jun 2010 21:22:05 +0000 (UTC)
commit f0e24348a057cf8097edbe1612d193959d8bca88
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.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ebeeedf..c762bff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1300,7 +1300,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]