libxslt: update xsltproc depends
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 11:04:56 +0000 (12:04 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 11:04:58 +0000 (12:04 +0100)
libxml2 can be removed as libxslt already depends on it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/libxslt/Makefile

index 4de05972433895c06dac009c561e58fdfbdf704c..64d5a7ff30a1a6334d57501e4d04c90e0b2f6995 100644 (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