enable patches I want
This commit is contained in:
parent
1ea9ec607b
commit
d0b32e19c6
2 changed files with 19 additions and 19 deletions
12
config.mk
12
config.mk
|
|
@ -21,14 +21,14 @@ PKG_CONFIG = pkg-config
|
|||
#XCURSOR = `$(PKG_CONFIG) --libs xcursor`
|
||||
|
||||
# Uncomment the lines below for the ligatures patch / LIGATURES_PATCH
|
||||
#LIGATURES_C = hb.c
|
||||
#LIGATURES_H = hb.h
|
||||
#LIGATURES_INC = `$(PKG_CONFIG) --cflags harfbuzz`
|
||||
#LIGATURES_LIBS = `$(PKG_CONFIG) --libs harfbuzz`
|
||||
LIGATURES_C = hb.c
|
||||
LIGATURES_H = hb.h
|
||||
LIGATURES_INC = `$(PKG_CONFIG) --cflags harfbuzz`
|
||||
LIGATURES_LIBS = `$(PKG_CONFIG) --libs harfbuzz`
|
||||
|
||||
# Uncomment this for the SIXEL patch / SIXEL_PATCH
|
||||
#SIXEL_C = sixel.c sixel_hls.c
|
||||
#SIXEL_LIBS = `$(PKG_CONFIG) --libs imlib2`
|
||||
SIXEL_C = sixel.c sixel_hls.c
|
||||
SIXEL_LIBS = `$(PKG_CONFIG) --libs imlib2`
|
||||
|
||||
# Uncomment for the netwmicon patch / NETWMICON_PATCH
|
||||
#NETWMICON_LIBS = `$(PKG_CONFIG) --libs gdlib`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue