From baef65fed04044e1c3e07d6daef592242db313b3 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 24 Feb 2018 12:04:56 +0100 Subject: [PATCH] libxslt: update xsltproc depends libxml2 can be removed as libxslt already depends on it. Signed-off-by: Sebastian Kemper --- libs/libxslt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 4de059724..64d5a7ff3 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -54,7 +54,7 @@ endef define Package/xsltproc SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libxml2 +libxslt +libexslt + DEPENDS:=+libxslt +PACKAGE_xsltproc:libexslt TITLE:=Gnome XSLT xsltproc Utility URL:=http://xmlsoft.org/XSLT/ endef