File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ SDK_PATH ?= $(BASEDIR)/SDKs
66NO_QT ?=
77NO_WALLET ?=
88NO_UPNP ?=
9- USE_LINUX_STATIC_QT5 ?=
109FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources
1110
1211BUILD = $(shell ./config.guess)
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ NO_QT: Don't download/build/cache qt and its dependencies
2323NO_WALLET: Don't download/build/cache libs needed to enable the wallet
2424NO_UPNP: Don't download/build/cache packages needed for enabling upnp
2525DEBUG: disable some optimizations and enable more runtime checking
26- USE_LINUX_STATIC_QT5: Build a static qt5 rather than shared qt4. Linux only.
2726
2827If some packages are not built, for example 'make NO_WALLET=1', the appropriate
2928options will be passed to bitcoin's configure. In this case, --disable-wallet.
Original file line number Diff line number Diff line change @@ -4,15 +4,10 @@ native_packages := native_ccache native_comparisontool
44qt_native_packages = native_protobuf
55qt_packages = qrencode protobuf
66
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-
7+ qt_linux_packages = qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
108qt_darwin_packages =qt
119qt_mingw32_packages =qt
1210
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 ) )
1611
1712wallet_packages =bdb
1813
You can’t perform that action at this time.
0 commit comments