Used Segei Grechanik's kitty graphics patch
This commit is contained in:
parent
4ab55ccb45
commit
8a1a9393e5
12 changed files with 7288 additions and 60 deletions
|
|
@ -14,9 +14,12 @@ PKG_CONFIG = pkg-config
|
|||
|
||||
# includes and libs
|
||||
INCS = -I$(X11INC) \
|
||||
`$(PKG_CONFIG) --cflags imlib2` \
|
||||
`$(PKG_CONFIG) --cflags fontconfig` \
|
||||
`$(PKG_CONFIG) --cflags freetype2`
|
||||
LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
|
||||
LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender \
|
||||
`$(PKG_CONFIG) --libs imlib2` \
|
||||
`$(PKG_CONFIG) --libs zlib` \
|
||||
`$(PKG_CONFIG) --libs fontconfig` \
|
||||
`$(PKG_CONFIG) --libs freetype2`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue