mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user