aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/packages.mk
AgeCommit message (Collapse)Author
2018-03-06depends: Remove ccachefanquake
2017-01-28depends: add a zlib buildCory Fields
qt5.7 changed the location of some of its symbols, creating a circular dependency in Qt5Core. Rather than trying to fix that up, build our own zlib rather than having it built for us.
2016-08-13test: Remove java comparison toolWladimir J. van der Laan
2016-07-21[depends] ZeroMQ 4.1.5fanquake
2016-06-10depends: only build qt on linux for x86_64/x86Cory Fields
2015-12-22depends: Add mac_alias to dependsLuke Dashjr
2015-12-22depends: Add ds_store to dependsCory Fields
2015-09-17depends: fix platform specific packages variableJonas Schnelli
prefix instead of postfix
2015-09-16Depends: Add ZeroMQ packageCory Fields
2015-09-02libevent: add dependsCory Fields
2015-02-25depends: always use static qt5 for linuxCory Fields
2015-01-02depends: bump cctools to a custom version with less depsCory Fields
This one no longer requires native libuuid or libcrypto
2014-12-04Remove gmp dependency and doc mentionsPieter Wuille
2014-11-19depends: Add a package for qt4.6. Linux uses it by default.Cory Fields
We're not ready to switch to a static qt5 for Linux yet due to missing plugin support. This adds a recipe for building a shared qt4 that we build and link against, but don't distribute. make USE_LINUX_STATIC_QT5=1 can be used to build static qt5 as before.
2014-11-18depends: add gmp packageCory Fields
2014-08-08depends: add shared dependency builderCory Fields
See the README's in depends for documentation