slint/api
Simon Hausmann b76bd8e6e7 C++: Fix build against Yocto SDKs
When using `. environment-setup-*` against a Yocto SDK, we end up with PKG_CONFIG_PATH set to the target sysroot and the pkg-config binary coming out of Yocto SDK and always locating packages in the target.

That means the build of slint-compiler fails as it needs font-config from the host system, when enabling support for embedding glyphs.

In this scenario, enable the compiler/fontique to dlopen fontconfig instead.
2025-12-02 16:02:21 +01:00
..
cpp C++: Fix build against Yocto SDKs 2025-12-02 16:02:21 +01:00
node Add StyledText type (#10122) 2025-11-22 03:06:50 +13:00
python Python: Fix tests in the CI having difficulties connecting to Xvfb 2025-11-30 10:02:36 +01:00
rs Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13:00
wasm-interpreter Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00