diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-12 22:02:12 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:38 +0100 |
commit | 786d11d775b6013d629b620a3753e52b336c0759 (patch) | |
tree | d1c5517dfcb7274b0399ce33c62ae776a1ce9e7f /meta-gnome | |
parent | 6f9b762d029dfbf4a5a580801916e6f48d0226ad (diff) | |
download | meta-openembedded-786d11d775b6013d629b620a3753e52b336c0759.tar.gz |
libgnomeui: fix build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-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 c4801a9f9..45219d4d7 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" | ||