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)
89
89
$(host_arch)_$(host_os)_id_string+ =$(shell $(host_RANLIB ) --version 2>/dev/null)
90
90
$(host_arch)_$(host_os)_id_string+ =$(shell $(host_STRIP ) --version 2>/dev/null)
91
91
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 )
94
93
wallet_packages_$(NO_WALLET) = $(wallet_packages )
95
94
upnp_packages_$(NO_UPNP) = $(upnp_packages )
96
95
97
96
packages += $($(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
+
99
103
all_packages = $(packages ) $(native_packages )
100
104
101
105
meta_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
6
6
qt_native_packages = native_protobuf
7
7
qt_packages = qrencode protobuf
8
8
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
+
10
12
qt_darwin_packages =qt
11
13
qt_mingw32_packages =qt
12
14
You can’t perform that action at this time.
0 commit comments