summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-11 16:36:30 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-10 00:13:30 +0200
commit2b5d1283b882813b1ccb9f4a3ee81700a59c648e (patch)
tree78835de58aeb531625abf1dda63412cd751f12b3
parentf480453f00252ababf2ea1f7580e85f74c3a0521 (diff)
lxappearance: depends on glib-2.0-native
Fixes run.do_configure: line 169: glib-gettextize: command not found. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-lxde/lxappearance/lxappearance_0.6.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-lxde/lxappearance/lxappearance_0.6.2.bb b/recipes-lxde/lxappearance/lxappearance_0.6.2.bb
index bea70cd..fd48d88 100644
--- a/recipes-lxde/lxappearance/lxappearance_0.6.2.bb
+++ b/recipes-lxde/lxappearance/lxappearance_0.6.2.bb
@@ -5,7 +5,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "intltool-native"
+DEPENDS = "glib-2.0-native intltool-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"
SRC_URI[md5sum] = "21ee79c7686a80efddaa1b7928f51e21"