Skip to content

Commit 44e9d73

Browse files
committed
build, qt: Drop drop_lrelease_dependency.patch
It is no longer needed.
1 parent 2f28d92 commit 44e9d73

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
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
88
$(package)_qt_libs=corelib network widgets gui plugins testlib
99
$(package)_patches=fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
1010
$(package)_patches+= fix_android_qmake_conf.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
11-
$(package)_patches+= drop_lrelease_dependency.patch no_sdk_version_check.patch
11+
$(package)_patches+= no_sdk_version_check.patch
1212
$(package)_patches+= fix_qpainter_non_determinism.patch fix_lib_paths.patch fix_android_pch.patch
1313
$(package)_patches+= fix_bigsur_drawing.patch qtbase-moc-ignore-gcc-macro.patch
1414

@@ -217,7 +217,6 @@ endef
217217
# 7. Adjust a regex in toolchain.prf, to accommodate Guix's usage of
218218
# CROSS_LIBRARY_PATH. See #15277.
219219
define $(package)_preprocess_cmds
220-
patch -p1 -i $($(package)_patch_dir)/drop_lrelease_dependency.patch && \
221220
patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch && \
222221
patch -p1 -i $($(package)_patch_dir)/fix_qt_pkgconfig.patch && \
223222
patch -p1 -i $($(package)_patch_dir)/fix_no_printer.patch && \

depends/patches/qt/drop_lrelease_dependency.patch

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

0 commit comments

Comments
 (0)