aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-21 11:02:06 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 13:06:13 +0200
commit0ee108356873f69229642d0c6f025f3328c5ff2f (patch)
treefb6e6412fab960d93ea439ef1d73faf64e623a52 /meta-xfce
parent8d9191534f36a51817aed23aa6a708b0b251eaac (diff)
downloadmeta-openembedded-contrib-0ee108356873f69229642d0c6f025f3328c5ff2f.tar.gz
recipes: add missing dependency on intltool-native
* These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb2
-rw-r--r--meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb
index cfc113178a..7eea2f91f5 100644
--- a/meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb
+++ b/meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION="Xfce Menu Library"
SECTION = "x11/libs"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
-DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util"
+DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util intltool-native"
PR = "r1"
inherit xfce
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
index bb8c33709f..1355359f2d 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Xfce configuration daemon and utilities"
SECTION = "x11/wm"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "dbus-glib libxfce4util perl"
+DEPENDS = "dbus-glib libxfce4util perl intltool-native"
inherit xfce