libxslt: update xsltproc depends

libxml2 can be removed as libxslt already depends on it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2018-02-24 12:04:56 +01:00
parent a57ffe6c63
commit baef65fed0
1 changed files with 1 additions and 1 deletions

View File

@ -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