From 0ee108356873f69229642d0c6f025f3328c5ff2f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 21 Jun 2014 11:02:06 +0200 Subject: 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 Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb | 2 +- meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-xfce') 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 -- cgit 1.2.3-korg