On Fri, 27 Feb 2026 11:01:51 GMT, Jayathirth D V <[email protected]> wrote:
>Below files were present in 2.13.2 upstream but our build worked fine without >them. But with FreeType 2.14.1 our build >fails without these files, so added >them also: >src/java.desktop/share/native/libfreetype/src/autofit/ft-hb.c >src/java.desktop/share/native/libfreetype/src/autofit/ft-hb.h That sounds wrong. These should only be needed if FT_CONFIG_OPTION_USE_HARFBUZZ is defined. And it isn't. All uses of the code in those files is protected by an ifdef .. unless upstream made a mistake somewhere. ------------- PR Comment: https://git.openjdk.org/jdk/pull/29954#issuecomment-3977969231
