File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed
Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff 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.
219219define $(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 && \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments