diff options
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
27 | do_configure_prepend() { | 27 | do_configure_prepend() { |
28 | install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h | 28 | install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h |
29 | } | 29 | } |
30 | |||
31 | LDFLAGS += "-lm" | ||