diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-08 21:42:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:30 +0200 |
commit | 9594e010abd4de7a9734fe20dfc4deed47b7a5f1 (patch) | |
tree | b2f9d64ed7e5fcac639e5aa8c620d71e190b89a5 /meta-xfce/recipes-xfce/tumbler | |
parent | 331d0a98ce13280d1e14b8db9e582a582977d1fb (diff) | |
download | meta-openembedded-9594e010abd4de7a9734fe20dfc4deed47b7a5f1.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/tumbler')
-rw-r--r-- | 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 fd28e84d0..3860716ab 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 | |||
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl" | 5 | DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce |
8 | 8 | ||