From 0a703367755e2c4bdabb917bbf893c7db502b3f7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 15 Dec 2016 12:54:04 +0100 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-lxde/lxterminal/lxterminal_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3