File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -89,13 +89,17 @@ $(host_arch)_$(host_os)_id_string+=$(shell $(host_CXX) --version 2>/dev/null)
8989$(host_arch)_$(host_os)_id_string+ =$(shell $(host_RANLIB ) --version 2>/dev/null)
9090$(host_arch)_$(host_os)_id_string+ =$(shell $(host_STRIP ) --version 2>/dev/null)
9191
92- qt_packages_$(NO_QT) = $(qt_packages ) $(qt_$(host_os ) _packages )
93- qt_native_packages_$(NO_QT) = $(qt_native_packages )
92+ qt_packages_$(NO_QT) = $(qt_packages ) $(qt_$(host_os ) _packages ) $(qt_$(host_arch ) _$(host_os ) _packages )
9493wallet_packages_$(NO_WALLET) = $(wallet_packages )
9594upnp_packages_$(NO_UPNP) = $(upnp_packages )
9695
9796packages += $($(host_arch ) _$(host_os ) _packages) $($(host_os ) _packages) $(qt_packages_ ) $(wallet_packages_ ) $(upnp_packages_ )
98- native_packages += $($(host_arch ) _$(host_os ) _native_packages) $($(host_os ) _native_packages) $(qt_native_packages_ )
97+ native_packages += $($(host_arch ) _$(host_os ) _native_packages) $($(host_os ) _native_packages)
98+
99+ ifneq ($(qt_packages_ ) ,)
100+ native_packages += $(qt_native_packages )
101+ endif
102+
99103all_packages = $(packages ) $(native_packages )
100104
101105meta_depends = Makefile funcs.mk builders/default.mk hosts/default.mk hosts/$(host_os ) .mk builders/$(build_os ) .mk
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ native_packages := native_ccache native_comparisontool
66qt_native_packages = native_protobuf
77qt_packages = qrencode protobuf
88
9- qt_linux_packages = qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
9+ qt_x86_64_linux_packages: =qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
10+ qt_i686_linux_packages: =$(qt_x86_64_linux_packages )
11+
1012qt_darwin_packages =qt
1113qt_mingw32_packages =qt
1214
You can’t perform that action at this time.
0 commit comments