summaryrefslogtreecommitdiff
path: root/recipes-lxde
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-11 16:43:17 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-10 00:13:48 +0200
commit5e36409aafb217dc5a71f0e59d38c89f56ede330 (patch)
tree55f1f6bbbec6f449c41c513d4cea3690de3f8d2a /recipes-lxde
parent95aa931564e8576f9026003635ac8c5ce9d385f4 (diff)
gpicview: 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>
Diffstat (limited to 'recipes-lxde')
-rw-r--r--recipes-lxde/gpicview/gpicview_0.2.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-lxde/gpicview/gpicview_0.2.5.bb b/recipes-lxde/gpicview/gpicview_0.2.5.bb
index f787357..c6061b2 100644
--- a/recipes-lxde/gpicview/gpicview_0.2.5.bb
+++ b/recipes-lxde/gpicview/gpicview_0.2.5.bb
@@ -5,7 +5,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "gtk+ intltool-native jpeg"
+DEPENDS = "glib-2.0-native gtk+ intltool-native jpeg"
RDEPENDS_${PN} = "adwaita-icon-theme"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"