From d34a32cf3fada7fad498870393e12008c5b35f4c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 12 Feb 2017 22:02:13 +0100 Subject: gegl: fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb b/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb index 9de8489d5f..90f02165c1 100644 --- a/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb +++ b/meta-oe/recipes-graphics/gegl/gegl_0.3.4.bb @@ -19,6 +19,8 @@ SRC_URI = "http://ftp.gimp.org/pub/${BPN}/0.3/${BP}.tar.bz2 \ SRC_URI[md5sum] = "c19478321594d715a4cb324a0decda6f" SRC_URI[sha256sum] = "846290a790854d1e6b7c17a2d6f82ad7cb14c72e240bd3b81b98cc0ceddbc3ec" +LDFLAGS += "-lm" + # There are a couple of non-symlink .so files installed into libdir, which need to go into main package FILES_${PN}_append = " ${libdir}/gegl-0.3/*.so ${libdir}/gegl-0.3/*.json ${libdir}/libgegl-npd-0.3.so ${libdir}/libgegl-sc-0.3.so" FILES_${PN}-dev_append = " ${libdir}/gegl-0.3/*.la ${libdir}/libgegl-0.3.so" -- cgit 1.2.3-korg