[oe] [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools

Martin Jansa martin.jansa at gmail.com
Fri Aug 9 08:54:28 UTC 2013


* tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools
  | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas'
  | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)'
  | Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
index fd28e84..286dad2 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb
@@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
 SECTION = "x11/libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl"
+DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools"
 
 inherit xfce
 
-- 
1.8.3.2




More information about the Openembedded-devel mailing list