File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
- CCACHE_TEMPDIR=/tmp/.ccache-temp
23
23
- CCACHE_COMPRESS=1
24
24
- BASE_OUTDIR=$TRAVIS_BUILD_DIR/out
25
- - SDK_URL=https://bitcoincore.org/depends-sources /sdks
25
+ - SDK_URL=https://bitcoin.jonasschnelli.ch /sdks
26
26
- PYTHON_DEBUG=1
27
27
- WINEDEBUG=fixme-all
28
28
matrix :
Original file line number Diff line number Diff line change 68
68
b'libxcb.so.1' , # part of X11
69
69
b'libfontconfig.so.1' , # font support
70
70
b'libfreetype.so.6' , # font parsing
71
- b'libdbus-1.so.3' , # inter process communication (notification system)
72
71
b'libdl.so.2' # programming interface to dynamic linker
73
72
}
74
73
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $(package)_suffix=opensource-src-$($(package)_version).tar.gz
5
5
$(package)_file_name =qtbase-$($(package ) _suffix)
6
6
$(package)_sha256_hash =0ac67cf8d66d52b995f96c31c4b48117a1afb3db99eaa93e20ccd8f7f55f7fde
7
7
$(package)_dependencies =openssl
8
- $(package)_linux_dependencies =freetype fontconfig dbus libxcb libX11 xproto libXext
8
+ $(package)_linux_dependencies =freetype fontconfig libxcb libX11 xproto libXext
9
9
$(package)_build_subdir =qtbase
10
10
$(package)_qt_libs =corelib network widgets gui plugins testlib
11
11
$(package)_patches =mac-qmake.conf mingw-uuidof.patch pidlist_absolute.patch fix-xcb-include-order.patch fix_qt_pkgconfig.patch
@@ -26,6 +26,7 @@ $(package)_config_opts_debug = -debug
26
26
$(package ) _config_opts += -bindir $(build_prefix ) /bin
27
27
$(package ) _config_opts += -c++11
28
28
$(package ) _config_opts += -confirm-license
29
+ $(package ) _config_opts += -dbus-runtime
29
30
$(package ) _config_opts += -hostprefix $(build_prefix )
30
31
$(package ) _config_opts += -no-alsa
31
32
$(package ) _config_opts += -no-audio-backend
You can’t perform that action at this time.
0 commit comments