summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-12-01 11:45:37 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-12-01 12:21:10 +0000
commitb9de8d411b15c54369401ffe2db2e1fdb3d5f07d (patch)
tree894d066621e4af2624408ba66e030baf9887d7ad /configure.ac
parent08ce0ee0fb0864b73fffaf69cb52a7c0636d59a2 (diff)
downloadclutter-gst-b9de8d411b15c54369401ffe2db2e1fdb3d5f07d.tar.gz
build: Add -lm dependency to clutter-gst-3.0.la
It uses rint(), cos() and sin(). https://bugzilla.gnome.org/show_bug.cgi?id=740963
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b8f82e1..a0b5d6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,6 +140,8 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "x$have_python" = "xyes"])
dnl ========================================================================
+LT_LIB_M
+
PKG_CHECK_MODULES(CLUTTER_GST,
[clutter-1.0 >= $CLUTTER_REQ_VERSION
cogl-2.0-experimental >= $COGL_REQ_VERSION