aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/libplist
AgeCommit message (Collapse)Author
2022-12-29tools/depends: make the hash file an order only prerequisiteLukas Rusak
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
2022-02-07[depends] add tarball hash checkingwsnipex
2020-08-02[tools/depends] bump libplist 2.2.0fuzzard
2019-08-22[depends] build libplist staticRechi
2017-11-06[depends] bump libplist to 2.0.0Rechi
1.11 removed cmake build system 2.0.0 removed libxml2 dependency
2017-03-19FIX: [cmake] use specific Android profile (so versions)Chris Koying Browet
2015-02-12[depends/plist] - added c++11 patchMemphiz
2015-01-27[depends/libplist] - stop rebuilding libplist when not compiling for darwinMemphiz
2014-02-23depends: fix already installed check on osxJoakim Plate
Avoid depending on .so files which could be .dylib on osx Fix some invalid dependencies
2014-01-17depends: fix compile error on linuxRainer Hochecker
2013-10-16[xcode5] fix libplist buildamet
2013-06-06droid: fix libplist not loading due to missing symbolsCory Fields
We can hook up proper iconv support for libxml2 if it proves necessary, though it has native routines for common conversions, and really shouldn't be necessary for us.
2013-03-11depends: add mess of dependsCory Fields