You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
758 B
34 lines
758 B
3 years ago
|
packages:=boost libevent
|
||
|
|
||
|
qrencode_packages = qrencode
|
||
|
|
||
|
qt_linux_packages:=qt expat libxcb xcb_proto libXau xproto freetype fontconfig libxkbcommon
|
||
|
qt_android_packages=qt
|
||
|
|
||
|
qt_darwin_packages=qt
|
||
|
qt_mingw32_packages=qt
|
||
|
|
||
|
bdb_packages=bdb
|
||
|
sqlite_packages=sqlite
|
||
|
|
||
|
zmq_packages=zeromq
|
||
|
|
||
|
upnp_packages=miniupnpc
|
||
|
natpmp_packages=libnatpmp
|
||
|
|
||
|
multiprocess_packages = libmultiprocess capnp
|
||
|
multiprocess_native_packages = native_libmultiprocess native_capnp
|
||
|
|
||
|
darwin_native_packages = native_ds_store native_mac_alias
|
||
|
|
||
|
$(host_arch)_$(host_os)_native_packages += native_b2
|
||
|
|
||
|
ifneq ($(build_os),darwin)
|
||
|
darwin_native_packages += native_cctools native_libtapi native_libdmg-hfsplus
|
||
|
|
||
|
ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
|
||
|
darwin_native_packages+= native_clang
|
||
|
endif
|
||
|
|
||
|
endif
|