Source: qtbase-opensource-src
Version: 5.11.1+dfsg-6
Severity: wishlist

Hi,

according to src/gui/configure.json, it needs HarfBuzz to be at least
version 1.6.0:

-----------------
"harfbuzz": {
    "label": "HarfBuzz",
    "test": {
        "include": "harfbuzz/hb.h",
        "tail": [
            "#if !HB_VERSION_ATLEAST(1, 6, 0)",
            "#  error This version of harfbuzz is too old.",
            "#endif"
        ],
-----------------

Therefore, the build dependency on libharfbuzz-dev should be bumped to
(>= 1.6.0~).

Regards,
Andreas Ferber

Reply via email to