]> Git Repo - VerusCoin.git/blame - depends/packages/packages.mk
build: osx builders no longer need 32bit compiler support
[VerusCoin.git] / depends / packages / packages.mk
CommitLineData
ffe32914 1packages:=boost openssl
1dec09b3
CF
2native_packages := native_ccache native_comparisontool
3
4qt_native_packages = native_protobuf
5f93ec20
CF
5qt_packages = qrencode protobuf
6
7qt46_linux_packages = qt46 expat dbus libxcb xcb_proto libXau xproto freetype libX11 xextproto libXext xtrans libICE libSM
8qt5_linux_packages= qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
9
10qt_darwin_packages=qt
11qt_mingw32_packages=qt
12
13qt_linux_$(USE_LINUX_STATIC_QT5):=$(qt5_linux_packages)
14qt_linux_:=$(qt46_linux_packages)
15qt_linux_packages:=$(qt_linux_$(USE_LINUX_STATIC_QT5))
1dec09b3
CF
16
17wallet_packages=bdb
18
19upnp_packages=miniupnpc
20
21ifneq ($(build_os),darwin)
22darwin_native_packages=native_libuuid native_openssl native_cctools native_cdrkit native_libdmg-hfsplus
23endif
This page took 0.036341 seconds and 4 git commands to generate.