File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ qt_packages = qrencode protobuf zlib
5
5
6
6
qt_x86_64_linux_packages: =qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
7
7
qt_i686_linux_packages: =$(qt_x86_64_linux_packages )
8
+ qt_arm_linux_packages: =$(qt_x86_64_linux_packages )
8
9
9
10
qt_darwin_packages =qt
10
11
qt_mingw32_packages =qt
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ $(package)_config_opts_linux += -system-freetype
89
89
$(package ) _config_opts_linux += -no-feature-sessionmanager
90
90
$(package ) _config_opts_linux += -fontconfig
91
91
$(package ) _config_opts_linux += -no-opengl
92
- $(package ) _config_opts_arm_linux = -platform linux-g++ -xplatform $( host )
92
+ $(package ) _config_opts_arm_linux + = -platform linux-g++ -xplatform bitcoin-linux-g++
93
93
$(package ) _config_opts_i686_linux = -xplatform linux-g++-32
94
94
$(package ) _config_opts_x86_64_linux = -xplatform linux-g++-64
95
95
$(package ) _config_opts_mingw32 = -no-opengl -xplatform win32-g++ -device-option CROSS_COMPILE="$(host ) -"
@@ -128,6 +128,8 @@ define $(package)_preprocess_cmds
128
128
cp -f qtbase/mkspecs/macx-clang/Info.plist.app qtbase/mkspecs/macx-clang-linux/ &&\
129
129
cp -f qtbase/mkspecs/macx-clang/qplatformdefs.h qtbase/mkspecs/macx-clang-linux/ &&\
130
130
cp -f $($(package ) _patch_dir) /mac-qmake.conf qtbase/mkspecs/macx-clang-linux/qmake.conf && \
131
+ cp -r qtbase/mkspecs/linux-arm-gnueabi-g++ qtbase/mkspecs/bitcoin-linux-g++ && \
132
+ sed -i s/arm-linux-gnueabi-/$(host ) -/g qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
131
133
patch -p1 -i $($(package ) _patch_dir) /fix_qt_pkgconfig.patch &&\
132
134
patch -p1 -i $($(package ) _patch_dir) /fix_configure_mac.patch &&\
133
135
patch -p1 -i $($(package ) _patch_dir) /fix_no_printer.patch &&\
You can’t perform that action at this time.
0 commit comments