[seed] More fixes for #653077 - javascriptcoregtk build needs to be linked against libraries, rather than
- From: Alan Knowles <alank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seed] More fixes for #653077 - javascriptcoregtk build needs to be linked against libraries, rather than
- Date: Tue, 9 Aug 2011 04:53:30 +0000 (UTC)
commit 937d32206c93a2024bd4d6c2ff045d5310bfbda5
Author: Alan Knowles <alan akbkhome com>
Date: Tue Aug 9 12:53:07 2011 +0800
More fixes for #653077 - javascriptcoregtk build needs to be linked against libraries, rather than expecting it via webkit any more
modules/cairo/Makefile.am | 4 +++-
modules/canvas/Makefile.am | 1 +
modules/gtkbuilder/Makefile.am | 1 +
3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/modules/cairo/Makefile.am b/modules/cairo/Makefile.am
index 54082f3..f54c61c 100644
--- a/modules/cairo/Makefile.am
+++ b/modules/cairo/Makefile.am
@@ -38,7 +38,9 @@ libseed_cairo_la_LDFLAGS = \
$(CAIRO_LDFLAGS)
libseed_cairo_la_LIBADD = \
- $(top_builddir)/libseed/libseed SEED_GTK_VERSION@.la
+ $(top_builddir)/libseed/libseed SEED_GTK_VERSION@.la \
+ $(GDK_LIBS) \
+ $(CAIRO_LIBS) \
$(SEED_PROFILE_LIBS)
endif
diff --git a/modules/canvas/Makefile.am b/modules/canvas/Makefile.am
index 27e1382..7670a3b 100644
--- a/modules/canvas/Makefile.am
+++ b/modules/canvas/Makefile.am
@@ -23,6 +23,7 @@ libseed_canvas_la_LDFLAGS = \
libseed_canvas_la_LIBADD = \
$(top_builddir)/libseed/libseed SEED_GTK_VERSION@.la \
+ $(CAIRO_LIBS) \
$(SEED_PROFILE_LIBS)
endif
diff --git a/modules/gtkbuilder/Makefile.am b/modules/gtkbuilder/Makefile.am
index 09ab294..8937eeb 100644
--- a/modules/gtkbuilder/Makefile.am
+++ b/modules/gtkbuilder/Makefile.am
@@ -23,6 +23,7 @@ libseed_gtkbuilder_la_LDFLAGS = \
libseed_gtkbuilder_la_LIBADD = \
$(top_builddir)/libseed/libseed SEED_GTK_VERSION@.la \
+ $(GTK_LIBS) \
$(SEED_PROFILE_LIBS)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]