Refactoring Makefile and config.mk to make it easier to enable patches such as the ligatures patch and the sixel patch

This commit is contained in:
bakkeby 2021-05-09 15:06:02 +02:00
parent 1a1d492cd8
commit e139d1fd75
3 changed files with 12 additions and 13 deletions

View file

@ -169,9 +169,8 @@
/* This patch adds support for drawing ligatures using the Harfbuzz library to transform
* original text of a single line to a list of glyphs with ligatures included.
* This patch depends on the Harfbuzz library and headers to compile.
* You need to uncomment the corresponding line in config.mk to use the harfbuzz library
* You need to uncomment the corresponding lines in config.mk to use the harfbuzz library
* when including this patch.
* You need to uncomment the corresponding lines in Makefile when including this patch.
* https://github.com/cog1to/st-ligatures
* https://st.suckless.org/patches/ligatures/
*/