From: Sebastian Kemper Date: Sat, 24 Feb 2018 11:04:56 +0000 (+0100) Subject: libxslt: update xsltproc depends X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=baef65fed04044e1c3e07d6daef592242db313b3;p=openwrt-packages.git libxslt: update xsltproc depends libxml2 can be removed as libxslt already depends on it. Signed-off-by: Sebastian Kemper --- 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