@0x1eef @spnw Of course it has some dependencies ... didn't document anything yet, as it's still just experimentation. Isn't there some *more* output? It should really tell which package is missing.
Anyways, currently it needs (all listed in src/bin/xmoji/xmoji.mk):
- #xcb (with -cursor, -render and -xkb modules), the X11 protocol bindings
- #xkbcommon to maintain and use keyboard state
- #poser for the main event loop and a thread pool
- #fontconfig to find installed fonts by search patterns
- #harfbuzz to "shape" some text
- #freetype to load fonts, access and rasterize glyphs