-
Notifications
You must be signed in to change notification settings - Fork 24
Description
More of a question than an issue, and I'm not even sure if this is the right place, but is it possible to build or run Monocle without the pango dependency?
This dependency comes from here - https://github.com/openjdk/jfx/blob/26%2B5/modules/javafx.graphics/src/main/java/com/sun/javafx/font/freetype/OSPango.java#L33
And I think is only loaded here - https://github.com/openjdk/jfx/blob/26%2B5/modules/javafx.graphics/src/main/java/com/sun/javafx/font/freetype/FTFactory.java#L116-L118
Where isPangoEnabled comes from here - https://github.com/openjdk/jfx/blob/26%2B5/modules/javafx.graphics/src/main/native-font/freetype.c#L677-L684
And the _ENABLE_PANGO compiler flag comes from here - https://github.com/openjdk/jfx/blob/26%2B5/buildSrc/linux.gradle#L134