Skip to content

Commit 55e468f

Browse files
committed
build: Add -no-mimetype-database option to qt package in depends
We do not use the `QMimeDatabase` class, and this change gets rid of perl dependency. Available since Qt 5.13.0.
1 parent bb378b6 commit 55e468f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ $(package)_config_opts += -no-linuxfb
5656
$(package)_config_opts += -no-libjpeg
5757
$(package)_config_opts += -no-libproxy
5858
$(package)_config_opts += -no-libudev
59+
$(package)_config_opts += -no-mimetype-database
5960
$(package)_config_opts += -no-mtdev
6061
$(package)_config_opts += -no-openssl
6162
$(package)_config_opts += -no-openvg

0 commit comments

Comments
 (0)