]>
Commit | Line | Data |
---|---|---|
ffe32914 | 1 | packages:=boost openssl |
1dec09b3 CF |
2 | native_packages := native_ccache native_comparisontool |
3 | ||
4 | qt_native_packages = native_protobuf | |
5f93ec20 CF |
5 | qt_packages = qrencode protobuf |
6 | ||
7 | qt46_linux_packages = qt46 expat dbus libxcb xcb_proto libXau xproto freetype libX11 xextproto libXext xtrans libICE libSM | |
8 | qt5_linux_packages= qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans | |
9 | ||
10 | qt_darwin_packages=qt | |
11 | qt_mingw32_packages=qt | |
12 | ||
13 | qt_linux_$(USE_LINUX_STATIC_QT5):=$(qt5_linux_packages) | |
14 | qt_linux_:=$(qt46_linux_packages) | |
15 | qt_linux_packages:=$(qt_linux_$(USE_LINUX_STATIC_QT5)) | |
1dec09b3 CF |
16 | |
17 | wallet_packages=bdb | |
18 | ||
19 | upnp_packages=miniupnpc | |
20 | ||
21 | ifneq ($(build_os),darwin) | |
22 | darwin_native_packages=native_libuuid native_openssl native_cctools native_cdrkit native_libdmg-hfsplus | |
23 | endif |