Skip to content

Commit

Permalink
trivial: depends: one line per Qt patch
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Feb 17, 2024
1 parent 6cb6ec5 commit 7eaf406
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion depends/packages/qt.mk
Expand Up @@ -8,7 +8,14 @@ $(package)_dependencies=openssl zlib
$(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon
$(package)_build_subdir=qtbase
$(package)_qt_libs=corelib network widgets gui plugins testlib printsupport
$(package)_patches=mac-qmake.conf mingw-uuidof.patch pidlist_absolute.patch fix-xcb-include-order.patch fix_qfontengine_coretext.patch fix_qt_pkgconfig.patch no-xlib.patch

$(package)_patches=mac-qmake.conf
$(package)_patches+=mingw-uuidof.patch
$(package)_patches+=pidlist_absolute.patch
$(package)_patches+=fix-xcb-include-order.patch
$(package)_patches+=fix_qfontengine_coretext.patch
$(package)_patches+=fix_qt_pkgconfig.patch
$(package)_patches+=no-xlib.patch

$(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
$(package)_qttranslations_sha256_hash=3a15aebd523c6d89fb97b2d3df866c94149653a26d27a00aac9b6d3020bc5a1d
Expand Down

0 comments on commit 7eaf406

Please sign in to comment.