[oe-commits] Martin Jansa : tumbler: add dependency on xfce4-dev-tools-native

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:10 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 9594e010abd4de7a9734fe20dfc4deed47b7a5f1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9594e010abd4de7a9734fe20dfc4deed47b7a5f1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug  8 21:42:38 2013 +0200

tumbler: add dependency on xfce4-dev-tools-native

* 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 files changed, 1 insertions(+), 1 deletions(-)

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..3860716 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-native"
 
 inherit xfce
 



More information about the Openembedded-commits mailing list