mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
|
# 80 ---------------------------------------------------------------------------
|
||
|
if (true) {
|
||
|
if (true) {
|
||
|
use_system_harfbuzz = exec_script(
|
||
|
pkg_config_script,
|
||
|
pkg_config_args + [ "--atleast-version=1.31.0", "pangoft2" ],
|
||
|
"value")
|
||
|
}
|
||
|
}
|
||
|
|