Open arielp opened 4 years ago
Thank you for sharing this patch. It works in at least -current if you add harfbuzz to the OpenBSD LIBS in config.mk like so:
# OpenBSD: #CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE #LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \ # `pkg-config --libs fontconfig` \ # `pkg-config --libs freetype2` \ # `pkg-config --libs harfbuzz`
I only tested the vanilla patch, not any of the others (scrollback,alpha,etc.).
Thank you for sharing this patch. It works in at least -current if you add harfbuzz to the OpenBSD LIBS in config.mk like so:
I only tested the vanilla patch, not any of the others (scrollback,alpha,etc.).