]>
Commit | Line | Data |
---|---|---|
1dec09b3 CF |
1 | packages:=boost openssl |
2 | native_packages := native_ccache native_comparisontool | |
3 | ||
4 | qt_native_packages = native_protobuf | |
5 | qt_packages = qt qrencode protobuf | |
6 | qt_linux_packages=expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans | |
7 | ||
8 | wallet_packages=bdb | |
9 | ||
10 | upnp_packages=miniupnpc | |
11 | ||
12 | ifneq ($(build_os),darwin) | |
13 | darwin_native_packages=native_libuuid native_openssl native_cctools native_cdrkit native_libdmg-hfsplus | |
14 | endif |