buildsystem: replace PKG_USE_NINJA

This commit is contained in:
Sascha Kuehndel (InuSasha) 2017-10-24 23:32:02 +02:00
parent 3846ec7dac
commit 2bd83f8d15
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -28,4 +28,4 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="compress"
PKG_SHORTDESC="zlib: A general purpose (ZIP) data compression library"
PKG_LONGDESC="zlib is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format)."
PKG_USE_NINJA="no"
PKG_TOOLCHAIN="cmake-make"