From 82b3ed5a6934139a378f008e4d0c5b0f0554f3c2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 17 Jan 2010 10:12:58 +0100 Subject: ewl: add autopoint call to do_configure_prepend * autoreconf call from inherit autotools has autopoint excluded * ewl doesn't build without it, let me know if there is better way to enable autopoint in autoreconf Signed-off-by: Martin Jansa --- recipes/efl1/ewl_svn.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/efl1/ewl_svn.bb b/recipes/efl1/ewl_svn.bb index a8e0bfaf8d..910831ac00 100644 --- a/recipes/efl1/ewl_svn.bb +++ b/recipes/efl1/ewl_svn.bb @@ -18,6 +18,10 @@ EXTRA_OECONF = "\ --disable-opengl-glew \ " +do_configure_prepend() { + autopoint +} + # TODO package engines more granular PACKAGES += "${PN}-plugins ${PN}-engines" -- cgit v1.2.3