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 | |
parent | 8b3ed2f4349de11de34cb0e43463f737abaed5a5 (diff) | |
download | meta-openembedded-93229b3e604f8e050f467afd877ac0e873f9c285.tar.gz |
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')
-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 0887c3861..ae9dddff6 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" | |||
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
5 | DEPENDS = "gtk+ gettext intltool libxfce4util startup-notification xfconf" | 5 | DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce |
8 | 8 | ||