[Xfce4-commits] <tumbler:jeromeg/webkit-thumbnailer-rebased> webkit-thumbnailer should be linked against libmath.
Jérôme Guelfucci
noreply at xfce.org
Sun Feb 24 14:42:15 CET 2013
Updating branch refs/heads/jeromeg/webkit-thumbnailer-rebased
to d7896db89c174edd3217395a84391890b1dc28d3 (commit)
from 939e648a642fde446c3fe271edce1577e6d84232 (commit)
commit d7896db89c174edd3217395a84391890b1dc28d3
Author: Jérémy Lal <kapouer at melix.org>
Date: Sat Feb 16 18:11:11 2013 +0100
webkit-thumbnailer should be linked against libmath.
plugins/webkit-thumbnailer/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/plugins/webkit-thumbnailer/Makefile.am b/plugins/webkit-thumbnailer/Makefile.am
index 24c6668..d8b388f 100644
--- a/plugins/webkit-thumbnailer/Makefile.am
+++ b/plugins/webkit-thumbnailer/Makefile.am
@@ -54,7 +54,8 @@ tumbler_webkit_thumbnailer_la_LIBADD = \
$(GDK_PIXBUF_LIBS) \
$(GIO_LIBS) \
$(GLIB_LIBS) \
- $(WEBKIT_LIBS)
+ $(WEBKIT_LIBS) \
+ -lm
tumbler_webkit_thumbnailer_la_DEPENDENCIES = \
$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
More information about the Xfce4-commits
mailing list