We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec4353 commit 8bc8777Copy full SHA for 8bc8777
src/core/config/desktop_linux.pri
@@ -19,3 +19,5 @@ GYP_CONFIG += \
19
contains(QT_CONFIG, system-jpeg): GYP_CONFIG += use_system_libjpeg=1
20
21
!contains(QT_CONFIG, pulseaudio): GYP_CONFIG += use_pulseaudio=0
22
+
23
+!contains(QT_CONFIG, system-harfbuzz): GYP_CONFIG += use_system_harfbuzz=0
src/core/config/embedded_linux.pri
@@ -52,3 +52,4 @@ GYP_CONFIG += \
52
53
54
55
0 commit comments