Skip to content

Commit e674e94

Browse files
committed
build: revert to using Qts internal zlib
1 parent 06cd0da commit e674e94

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

depends/packages/packages.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
packages:=boost libevent
22

3-
qt_packages = zlib
4-
53
qrencode_packages = qrencode
64

75
qt_linux_packages:=qt expat libxcb xcb_proto libXau xproto freetype fontconfig libxkbcommon

depends/packages/qt.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ $(package)_download_path=https://download.qt.io/official_releases/qt/5.12/$($(pa
44
$(package)_suffix=everywhere-src-$($(package)_version).tar.xz
55
$(package)_file_name=qtbase-$($(package)_suffix)
66
$(package)_sha256_hash=8088f174e6d28e779516c083b6087b6a9e3c8322b4bc161fd1b54195e3c86940
7-
$(package)_dependencies=zlib
87
$(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon
98
$(package)_qt_libs=corelib network widgets gui plugins testlib
109
$(package)_patches=fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
@@ -70,7 +69,7 @@ $(package)_config_opts += -prefix $(host_prefix)
7069
$(package)_config_opts += -qt-libpng
7170
$(package)_config_opts += -qt-pcre
7271
$(package)_config_opts += -qt-harfbuzz
73-
$(package)_config_opts += -system-zlib
72+
$(package)_config_opts += -qt-zlib
7473
$(package)_config_opts += -static
7574
$(package)_config_opts += -v
7675
$(package)_config_opts += -no-feature-bearermanagement
@@ -249,8 +248,6 @@ define $(package)_config_cmds
249248
export PKG_CONFIG_PATH=$(host_prefix)/share/pkgconfig && \
250249
cd qtbase && \
251250
./configure $($(package)_config_opts) && \
252-
echo "host_build: QT_CONFIG ~= s/system-zlib/zlib" >> mkspecs/qconfig.pri && \
253-
echo "CONFIG += force_bootstrap" >> mkspecs/qconfig.pri && \
254251
cd .. && \
255252
$(MAKE) -C qtbase sub-src-clean && \
256253
qtbase/bin/qmake -o qttranslations/Makefile qttranslations/qttranslations.pro && \

depends/packages/zlib.mk

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)