mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user