summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-11 16:53:25 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-10 00:14:22 +0200
commitae3432ccceed983935c8f8abf868b163029b8acd (patch)
tree561c04a797a1453526b28afe0e7017692c96efaf
parentb5356933b4f7cbe13ce8d837f0a6b3d963bdef18 (diff)
lxterminal: 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/lxterminal/lxterminal_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-lxde/lxterminal/lxterminal_git.bb b/recipes-lxde/lxterminal/lxterminal_git.bb
index 2c745eb..6ad1946 100644
--- a/recipes-lxde/lxterminal/lxterminal_git.bb
+++ b/recipes-lxde/lxterminal/lxterminal_git.bb
@@ -4,7 +4,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "gtk+3 vte glib-2.0 intltool-native xmlto-native"
+DEPENDS = "glib-2.0 glib-2.0-native gtk+3 intltool-native vte xmlto-native"
SRC_URI = " \
git://github.com/lxde/lxterminal.git;protocol=https \