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:
parent
a57ffe6c63
commit
baef65fed0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ endef
|
||||||
define Package/xsltproc
|
define Package/xsltproc
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libxml2 +libxslt +libexslt
|
DEPENDS:=+libxslt +PACKAGE_xsltproc:libexslt
|
||||||
TITLE:=Gnome XSLT xsltproc Utility
|
TITLE:=Gnome XSLT xsltproc Utility
|
||||||
URL:=http://xmlsoft.org/XSLT/
|
URL:=http://xmlsoft.org/XSLT/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue