[gtk+/treeview-refactor] Pass the correct GDK library when working around Debian libtool



commit 342d897b58dd40e1f9c591cec3d136e2e12d3426
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Nov 10 17:08:40 2010 -0500

    Pass the correct GDK library when working around Debian libtool
    
    We need to link against gdk/libgdk-x11-3.0.la, not
    gdk/x11/libgdk-x11.la, which is the convenience library containing
    the backend functions.

 gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 23389fb..0bab4ed 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -924,7 +924,7 @@ Gtk_3_0_gir_CFLAGS = \
 		-DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
 Gtk_3_0_gir_LIBS = $(gtktargetlib)
 if USE_X11
-Gtk_3_0_gir_LIBS += $(top_builddir)/gdk/x11/libgdk-x11.la
+Gtk_3_0_gir_LIBS += $(top_builddir)/gdk/libgdk-x11-3.0.la
 endif
 Gtk_3_0_gir_FILES = $(introspection_files)
 INTROSPECTION_GIRS += Gtk-3.0.gir



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