summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-12-15 12:54:04 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 17:55:18 +0100
commit0a703367755e2c4bdabb917bbf893c7db502b3f7 (patch)
tree1a42be5496d90c177271b216977147694f3a7159
parentc6ae5b1804f3a16f61e56d75b1e4d0895d926e49 (diff)
lxterminal: add missing dependency to regenerate man
Building from git requires regenerating the man pages with xsltproc. Thus the recipe must depend on libxslt-native. 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 d768e5a..6cb0af3 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"
+DEPENDS = "gtk+3 vte glib-2.0 libxslt-native intltool-native"
SRC_URI = "git://github.com/lxde/lxterminal.git;protocol=https"
SRCREV = "2cea95a7a8c4179e862ac3cb5036bf4e8316fff7"