Browse Source

libxslt: update xsltproc depends

libxml2 can be removed as libxslt already depends on it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
lilik-openwrt-22.03
Sebastian Kemper 6 years ago
parent
commit
baef65fed0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libxslt/Makefile

+ 1
- 1
libs/libxslt/Makefile 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


Loading…
Cancel
Save