Skip to content

Commit 3098272

Browse files
committed
build, qt: Force bootstrap while building linguist tools
Qt lrelease tool depends on the xml module. This change guarantees that it is always available after being bootstrapped.
1 parent 689320e commit 3098272

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ $(package)_config_opts += -no-system-proxies
6666
$(package)_config_opts += -no-use-gold-linker
6767
$(package)_config_opts += -nomake examples
6868
$(package)_config_opts += -nomake tests
69+
$(package)_config_opts += -nomake tools
6970
$(package)_config_opts += -opensource
7071
$(package)_config_opts += -pkg-config
7172
$(package)_config_opts += -prefix $(host_prefix)

depends/patches/qt/qttools_src.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
TEMPLATE = subdirs
22
SUBDIRS = linguist
3+
4+
fb = force_bootstrap
5+
CONFIG += $$fb
6+
cache(CONFIG, add, fb)

0 commit comments

Comments
 (0)