From 786d11d775b6013d629b620a3753e52b336c0759 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 12 Feb 2017 22:02:12 +0100 Subject: libgnomeui: 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-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb index c4801a9f99..45219d4d77 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb @@ -27,3 +27,5 @@ EXTRA_OECONF = "--disable-gtk-doc" do_configure_prepend() { install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h } + +LDFLAGS += "-lm" -- cgit 1.2.3-korg