Skip to content

Commit 826cbc4

Browse files
hebastoprusnak
authored andcommitted
build, qt: drop fix_no_printer.patch
The removed patch is not required since switching Qt version from 5.12.11 to 5.15.2.
1 parent ef20add commit 826cbc4

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon libxcb_uti
88
$(package)_qt_libs=corelib network widgets gui plugins testlib
99
$(package)_linguist_tools = lrelease lupdate lconvert
1010
$(package)_patches = qt.pro qttools_src.pro
11-
$(package)_patches += fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
11+
$(package)_patches += fix_qt_pkgconfig.patch mac-qmake.conf no-xlib.patch
1212
$(package)_patches += dont_hardcode_x86_64.patch fix_montery_include.patch
1313
$(package)_patches += fix_android_jni_static.patch dont_hardcode_pwd.patch
1414
$(package)_patches += qtbase-moc-ignore-gcc-macro.patch fix_limits_header.patch
@@ -232,7 +232,6 @@ define $(package)_preprocess_cmds
232232
cp $($(package)_patch_dir)/qttools_src.pro qttools/src/src.pro && \
233233
patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch && \
234234
patch -p1 -i $($(package)_patch_dir)/fix_qt_pkgconfig.patch && \
235-
patch -p1 -i $($(package)_patch_dir)/fix_no_printer.patch && \
236235
patch -p1 -i $($(package)_patch_dir)/fix_android_jni_static.patch && \
237236
patch -p1 -i $($(package)_patch_dir)/no-xlib.patch && \
238237
patch -p1 -i $($(package)_patch_dir)/dont_hardcode_x86_64.patch && \

depends/patches/qt/fix_no_printer.patch

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

0 commit comments

Comments
 (0)