diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2012-01-03 14:41:49 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-05 10:14:25 +0100 |
commit | 93229b3e604f8e050f467afd877ac0e873f9c285 (patch) | |
tree | 0d4113a0dfa48f493a6be7378556229c2af8cdfc /meta-xfce/recipes-xfce | |
parent | 8b3ed2f4349de11de34cb0e43463f737abaed5a5 (diff) |
libxfce4ui: remove gettext from DEPENDS since xfce.bbclass takes care
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb index 0887c38..ae9dddf 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Xfce4 Widget library and X Window System interaction" SECTION = "x11/libs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" -DEPENDS = "gtk+ gettext intltool libxfce4util startup-notification xfconf" +DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf" inherit xfce |