diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-13 21:17:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-19 16:07:54 +0100 |
commit | 0cdf73a8c506225056752233d9f009fb8a92bd84 (patch) | |
tree | ca4040c5086c6955d63c735208233c358163b5a4 | |
parent | 9ad07137637edc7407715eac1d56f00a7c09f7b4 (diff) |
tinyxml: needs unzip for extraction
-rw-r--r-- | package/tinyxml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tinyxml/Makefile b/package/tinyxml/Makefile index 692f51343..0a9e073a5 100644 --- a/package/tinyxml/Makefile +++ b/package/tinyxml/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= ac6bb9501c6f50cc922d22f26b02fab168db47521be5e845b83d3451a3e1d512 PKG_DESCR:= simple, small, minimal, c++ xml parser PKG_SECTION:= libs/data +PKG_BUILDDEP:= unzip-host PKG_URL:= http://sourceforge.net/projects/tinyxml/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=tinyxml/} PKG_OPTS:= dev |