cog1to / st-ligatures

Patches for ST (suckless terminal) that add support for ligatures drawing
52 stars 5 forks source link

Building under OpenBSD #13

Open arielp opened 4 years ago

arielp commented 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.).