mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
15 lines
395 B
Diff
15 lines
395 B
Diff
--- a/src/buildtools/config/linux.pri
|
|
+++ b/src/buildtools/config/linux.pri
|
|
@@ -170,10 +170,6 @@
|
|
} else {
|
|
gn_args += use_system_freetype=false
|
|
}
|
|
- qtConfig(webengine-system-harfbuzz) {
|
|
- gn_args += use_system_harfbuzz=true
|
|
- } else {
|
|
- gn_args += use_system_harfbuzz=false
|
|
- }
|
|
+ gn_args += use_system_harfbuzz=false
|
|
gn_args += use_glib=false
|
|
}
|